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:
jrandom
2004-09-01 08:02:19 +00:00
committed by zzz
parent 09e8678369
commit 8a9a60410c

View File

@ -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