1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Update simpsh-httpd.service

This commit is contained in:
niansa 2017-12-26 11:53:11 +01:00 committed by GitHub
parent 124caad5bb
commit 7098117dfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ start) log_daemon_msg "Starting simpsh-httpd" "simpsh-httpd"
log_end_msg $?
;;
stop) log_daemon_msg "Stoping simpsh-httpd" "simpsh-httpd"
start-stop-daemon --stop --quiet --pidfile /run/lock/simpsh-httpd.pid --name simpsh-htpd
cat /run/lock/simpsh-httpd.lock | xargs kill
log_end_msg $?
;;
restart) log_daemon_msg "Restarting simpsh-httpd" "simpsh-httpd"