Rework restart|reload

Service should start after killing active pids in restart|reload block. Added start service to restart|reload block.
This commit is contained in:
Fatih Kızmaz 2017-04-30 22:37:08 +03:00 committed by GitHub
parent 883784dcc3
commit cf447c5b67

View File

@ -38,6 +38,7 @@ case "$1" in
else else
/usr/bin/killall -s USR1 3proxy /usr/bin/killall -s USR1 3proxy
fi fi
/usr/local/etc/3proxy/bin/3proxy /usr/local/etc/3proxy/3proxy.cfg
;; ;;