moved pid-handling from start-stop-daemon to openvpn.
the pids written by ssd were wrong :( git-svn-id: svn://svn.openwrt.org/openwrt/packages@14423 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -104,7 +104,7 @@ start_service() {
|
||||
|
||||
|
||||
[ -n "$ARGS" ] && \
|
||||
eval "$SSD -q -b -m -p $PID -x $BIN -S -- --syslog 'openvpn($s)' $ARGS"
|
||||
eval "$SSD -q -b -p '$PID' -x $BIN -S -- --syslog 'openvpn($s)' --writepid '$PID' $ARGS"
|
||||
}
|
||||
|
||||
kill_service() {
|
||||
|
Reference in New Issue
Block a user