* Fix hestia logrotate Forum link https://forum.hestiacp.com/t/logrotate-issue-with-nginx-log-files/20572 * reload --------- Co-authored-by: divinity76 <hans@loltek.net>
@@ -4,4 +4,8 @@
missingok
notifempty
create 0600 root root
+ sharedscripts
+ postrotate
+ systemctl reload hestia.service >/dev/null 2>&1 || true
+ endscript
}