Update mw.tpl

This commit is contained in:
dami 2026-04-15 16:27:42 +08:00
parent 0b584d48b8
commit f0581f5038
1 changed files with 3 additions and 1 deletions

View File

@ -759,7 +759,9 @@ case "$1" in
'stop') mw_stop;;
'reload') mw_reload;;
'restart')
mw_stop && sleep 2 && mw_start
mw_stop
sleep 2
mw_start
# (mw_stop && sleep 2 && mw_start) > /dev/null 2>&1 &
# echo "restarting mw service in background..."
# echo "please check service status later."