diff options
Diffstat (limited to 'admin/Sources/Services/opengnsys.init')
-rwxr-xr-x | admin/Sources/Services/opengnsys.init | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/Sources/Services/opengnsys.init b/admin/Sources/Services/opengnsys.init index acca8764..f4018fad 100755 --- a/admin/Sources/Services/opengnsys.init +++ b/admin/Sources/Services/opengnsys.init @@ -80,7 +80,7 @@ config() { INITFUNCTIONS=/lib/lsb/init-functions DAEMONSTART="start-stop-daemon --start --quiet --background --exec" EXTRAOPTS="--" - DAEMONSTOP="start-stop-daemon --stop --quiet --oknodo --name" + DAEMONSTOP="start-stop-daemon --stop --quiet --oknodo --exec" ACTIONMSG="log_daemon_msg" SUCCESSMSG="log_end_msg 0" FAILMSG="log_end_msg 1" @@ -91,8 +91,8 @@ config() { EXTRAOPTS="" DAEMONSTOP="killproc" ACTIONMSG="echo -n" - SUCCESSMSG="success; echo" - FAILMSG="failure; echo" + SUCCESSMSG="( success; echo )" + FAILMSG="( failure; echo )" ;; *) echo "DistribuciĆ³n Linux desconcocida" exit ;; |