diff options
Diffstat (limited to 'harmony/busybox/acpid.logrotate')
-rw-r--r-- | harmony/busybox/acpid.logrotate | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/harmony/busybox/acpid.logrotate b/harmony/busybox/acpid.logrotate deleted file mode 100644 index a37763540..000000000 --- a/harmony/busybox/acpid.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/acpid.log { - missingok - notifempty - sharedscripts - postrotate - /etc/init.d/acpid --ifstarted restart || true - endscript -} |