aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/acpid.logrotate
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-08-07 16:32:37 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2015-08-10 08:45:37 +0000
commit9a94f58fa9d07f24707849d20478d45d304eeb76 (patch)
tree3fdb6e76074ae0ab75c1a1c05a055bd8cd2c6076 /main/busybox/acpid.logrotate
parentaaa1a0a7f270a597e36b87cb544923e6e9a5f65e (diff)
downloadaports-9a94f58fa9d07f24707849d20478d45d304eeb76.tar.bz2
aports-9a94f58fa9d07f24707849d20478d45d304eeb76.tar.xz
main/busybox: add logrotate file for acpid
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 0000000000..5d12331a3d
--- /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
+}