mbd-nginx.eklendi

This commit is contained in:
milisbir 2017-07-21 21:44:34 +03:00
parent d019b55782
commit 7908fa0d2c
1 changed files with 1 additions and 6 deletions

View File

@ -46,11 +46,6 @@ nginx_reload() {
kill -HUP $(cat $PID)
}
nginx_winch() {
echo "Nginx eski süreçleri kapatıyor..."
kill -WINCH $(cat $PID)
}
nginx_upgrade() {
echo "Nginx ikili dosyası üst sürüme geciriliyor."
kill -USR2 $(cat $PID)
@ -98,5 +93,5 @@ case "$1" in
nginx_rotate
;;
*)
echo "usage: `basename $0` {check|start|term|stop|winch|reload|restart|upgrade|rotate}"
echo "usage: `basename $0` {check|start|term|stop|reload|restart|upgrade|rotate}"
esac