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.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/busybox/acpid.logrotate b/main/busybox/acpid.logrotate
new file mode 100644
index 00000000000..5d12331a3d6
--- /dev/null
+++ b/main/busybox/acpid.logrotate
@@ -0,0 +1,8 @@
+/var/log/acpid.log {
+ missingok
+ notifempty
+ sharedscripts
+ postrotate
+ /etc/init.d/acpid -q restart
+ endscript
+}