I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  • zzz's avatar
    f6ca6a5e
    * Router shutdown: · f6ca6a5e
    zzz authored
        - Fix failsafe shutdown hook broken in 0.8.8;
          HUP, INT, and TERM signals should now shut down cleanly.
        - Shutdown hook no longer prevents other hooks from running
        - Trap HUP, if router.gracefulHUP=true, and do graceful shutdown.
          Only under wrapper, non-Windows.
        - i2prouter stop now uses SIGTERM
        - Implement i2prouter graceful using SIGHUP (ticket #580)
        - Configure wrapper to ignore SIGUSR1 and SIGUSR2 as they will shut down
          or crash the JVM
    f6ca6a5e
    History
    * Router shutdown:
    zzz authored
        - Fix failsafe shutdown hook broken in 0.8.8;
          HUP, INT, and TERM signals should now shut down cleanly.
        - Shutdown hook no longer prevents other hooks from running
        - Trap HUP, if router.gracefulHUP=true, and do graceful shutdown.
          Only under wrapper, non-Windows.
        - i2prouter stop now uses SIGTERM
        - Implement i2prouter graceful using SIGHUP (ticket #580)
        - Configure wrapper to ignore SIGUSR1 and SIGUSR2 as they will shut down
          or crash the JVM