Bump to 1.14.1
[platform/upstream/augeas.git] / tests / root / etc / logrotate.d / acpid
1 /var/log/acpid {
2      missingok
3      notifempty
4      size=64k
5      postrotate
6          /etc/init.d/acpid condrestart >/dev/null || :
7      endscript
8  }