Changed the cjdroute script so that it searches for the run helper
script in $PATH
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user