diff options
Diffstat (limited to 'main/busybox/acpid.logrotate')
-rw-r--r-- | main/busybox/acpid.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/busybox/acpid.logrotate b/main/busybox/acpid.logrotate index 5d12331a3d..a377635402 100644 --- a/main/busybox/acpid.logrotate +++ b/main/busybox/acpid.logrotate @@ -3,6 +3,6 @@ notifempty sharedscripts postrotate - /etc/init.d/acpid -q restart + /etc/init.d/acpid --ifstarted restart || true endscript } |