- Change from colon to space separation to avoid URL parsing issues - Update sources.conf format: TYPE NAME URL VERSION BUILD_FUNCTION [EXTRA] - Implement awk-based parsing for reliable field extraction - Fix firmware package list (remove unavailable linux-firmware-marvell)
9 lines
140 B
Plaintext
9 lines
140 B
Plaintext
/var/log/acpid.log {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/acpid --quiet --ifstarted restart || true
|
|
endscript
|
|
}
|