mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
systemd units tmpfiles logrotate rsyslog removed optional dependencies Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
/var/log/swift/swift.log
|
|
{
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/run/syslogd.pid 2>/dev/null` 2>/dev/null || true
|
|
endscript
|
|
}
|