From: Calin Crisan Date: Sun, 17 Jul 2016 15:15:39 +0000 (+0300) Subject: debian init script: accept force-reload as argument as well X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=a86d8886243dba9a232b4e9b61fc495d1e1f28db;p=motioneye-debian debian init script: accept force-reload as argument as well --- diff --git a/extra/motioneye.init-debian b/extra/motioneye.init-debian index 660e91f..6fb627c 100755 --- a/extra/motioneye.init-debian +++ b/extra/motioneye.init-debian @@ -47,7 +47,7 @@ case "$1" in fi ;; - restart) + restart|force-reload) log_action_begin_msg "Restarting $DESC" if $0 stop && $0 start; then log_action_end_msg 0