Commit 3d4ca556 authored by Igor Pečovnik's avatar Igor Pečovnik
Browse files

fixed troubles on ram/lock

parent d281f8f9
...@@ -189,7 +189,7 @@ cat <<EOT > /etc/init.d/vpnserver ...@@ -189,7 +189,7 @@ cat <<EOT > /etc/init.d/vpnserver
# Description: Enable Softether by daemon. # Description: Enable Softether by daemon.
### END INIT INFO ### END INIT INFO
DAEMON=/usr/local/vpnserver/vpnserver DAEMON=/usr/local/vpnserver/vpnserver
LOCK=/var/lock/subsys/vpnserver LOCK=/var/lock/vpnserver
test -x $DAEMON || exit 0 test -x $DAEMON || exit 0
case "\$1" in case "\$1" in
start) start)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment