fixed relative path problem so 'i2psvc' can be found

This commit is contained in:
hypercubus
2004-08-26 14:48:10 +00:00
committed by zzz
parent 36b446c012
commit 53213bb553

View File

@ -17,7 +17,7 @@ APP_NAME="i2p"
APP_LONG_NAME="I2P Service" APP_LONG_NAME="I2P Service"
# Wrapper # Wrapper
WRAPPER_CMD="i2psvc" WRAPPER_CMD="./i2psvc"
WRAPPER_CONF="wrapper.conf" WRAPPER_CONF="wrapper.conf"
# Priority at which to run the wrapper. See "man nice" for valid priorities. # Priority at which to run the wrapper. See "man nice" for valid priorities.