summaryrefslogtreecommitdiff
path: root/aports/busybox/acpid.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'aports/busybox/acpid.logrotate')
-rw-r--r--aports/busybox/acpid.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/aports/busybox/acpid.logrotate b/aports/busybox/acpid.logrotate
new file mode 100644
index 0000000..4cf5fdd
--- /dev/null
+++ b/aports/busybox/acpid.logrotate
@@ -0,0 +1,8 @@
+/var/log/acpid.log {
+ missingok
+ notifempty
+ sharedscripts
+ postrotate
+ /etc/init.d/acpid --quiet --ifstarted restart || true
+ endscript
+}