mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 09:36:34 +02:00
Without this change a mail with the following body is sent on rotation:
* Stopping busybox acpid ... [ ok ]
* Starting busybox acpid ... [ ok ]
The quiet flag seems to have been accidentally removed in commit
040774a6b0
before that it was present.
8 lines
140 B
Text
8 lines
140 B
Text
/var/log/acpid.log {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/acpid --quiet --ifstarted restart || true
|
|
endscript
|
|
}
|