9 lines
132 B
Text
9 lines
132 B
Text
|
/var/log/acpid.log {
|
||
|
missingok
|
||
|
notifempty
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/etc/init.d/acpid --ifstarted restart || true
|
||
|
endscript
|
||
|
}
|