This commit is contained in:
Zoey
2024-03-03 22:30:15 +01:00
parent 4d16f3babe
commit 4f96cc22a1
3 changed files with 5 additions and 4 deletions

View File

@@ -7,5 +7,6 @@
sharedscripts
postrotate
if [ -f /usr/local/nginx/logs/nginx.pid ]; then nginx -s reload; fi
kill "$(pgrep goaccess)"
endscript
}