aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/acpid.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'main/busybox/acpid.logrotate')
-rw-r--r--main/busybox/acpid.logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/busybox/acpid.logrotate b/main/busybox/acpid.logrotate
index a377635402..4cf5fdda97 100644
--- a/main/busybox/acpid.logrotate
+++ b/main/busybox/acpid.logrotate
@@ -3,6 +3,6 @@
notifempty
sharedscripts
postrotate
- /etc/init.d/acpid --ifstarted restart || true
+ /etc/init.d/acpid --quiet --ifstarted restart || true
endscript
}