blah
This commit is contained in:
@@ -5,7 +5,6 @@ unset reload
|
||||
service_command='/usr/bin/cjdroute'
|
||||
|
||||
cjdroute_config='/etc/cjdroute.conf'
|
||||
|
||||
cjdroute_admin_port='11234'
|
||||
|
||||
cjdroute.check_tun_module() {
|
||||
@@ -29,5 +28,7 @@ start() {
|
||||
return 1
|
||||
}
|
||||
|
||||
"$service_command" < "$cjdroute_config" &>"$service_logfile"
|
||||
"$service_command" < "${cjdroute_config}" &>"$service_logfile" && {
|
||||
watchman.msg "${service_name} started"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user