mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-03 09:05:09 +02:00
Avoid psmisc dependency by instead relying on the procps-ng pkill for sending a HUP signal.
7 lines
158 B
Text
7 lines
158 B
Text
/var/log/messages /var/log/dmesg /var/log/maillog /var/log/lastlog /var/log/secure {
|
|
missingok
|
|
sharedscripts
|
|
postrotate
|
|
pkill -HUP rsyslogd
|
|
endscript
|
|
}
|