more PIDs (one for the JVM, one for the service)
the i2prouter script has some kooky naming dependencies, and the stop doesnt seem to work right, but its got pid files now... :)
This commit is contained in:
@ -105,7 +105,11 @@ wrapper.jvm_exit.timeout=30
|
|||||||
# as any time that the OS clock changes
|
# as any time that the OS clock changes
|
||||||
wrapper.use_system_time=false
|
wrapper.use_system_time=false
|
||||||
|
|
||||||
wrapper.java.pidfile=router.pid
|
# pid file for the JVM
|
||||||
|
wrapper.java.pidfile=routerjvm.pid
|
||||||
|
# pid file for the service monitoring the JVM
|
||||||
|
# (needs to be named i2prouter since the i2prouter script looks for that)
|
||||||
|
wrapper.pidfile=i2prouter.pid
|
||||||
|
|
||||||
#********************************************************************
|
#********************************************************************
|
||||||
# Wrapper NT Service Properties
|
# Wrapper NT Service Properties
|
||||||
|
Reference in New Issue
Block a user