Update npm_install.py
This commit is contained in:
@@ -1015,8 +1015,8 @@ def install_logrotate_for_data_logs():
|
|||||||
copytruncate
|
copytruncate
|
||||||
create 0640 root root
|
create 0640 root root
|
||||||
postrotate
|
postrotate
|
||||||
if [ -f /run/angie.pid ]; then
|
if [ -f /run/angie/angie.pid ]; then
|
||||||
kill -USR1 $(cat /run/angie.pid)
|
kill -USR1 $(cat /run/angie/angie.pid)
|
||||||
fi
|
fi
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user