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:
parent
124caad5bb
commit
7098117dfc
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue