Changed the cjdroute script so that it searches for the run helper

script in $PATH
This commit is contained in:
Jack L. Frost 2014-09-30 08:47:09 +04:00
parent 7c4451c464
commit 2e820d4b20
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
unset reload
service_respawn=true
service_command='/usr/local/bin/run-cjdroute'
service_command='run-cjdroute' # This is a very custom thing, so let's just search for it in $PATH
cjdroute_config='/etc/cjdroute.conf'
cjdroute_admin_port='11234'