From 9854d24da18c2d9391f90cfbce455b72a4055725 Mon Sep 17 00:00:00 2001 From: quietsy Date: Fri, 5 Dec 2025 21:01:44 +0200 Subject: [PATCH] Fix logrotate --- root/etc/logrotate.d/ondemand | 3 +++ 1 file changed, 3 insertions(+) diff --git a/root/etc/logrotate.d/ondemand b/root/etc/logrotate.d/ondemand index 69c354d8..366731ad 100644 --- a/root/etc/logrotate.d/ondemand +++ b/root/etc/logrotate.d/ondemand @@ -7,5 +7,8 @@ notifempty missingok sharedscripts + postrotate + s6-svc -r /run/service/svc-mod-swag-ondemand + endscript su abc abc } \ No newline at end of file