mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
9 lines
324 B
Plaintext
9 lines
324 B
Plaintext
|
/var/log/clamav/clamd.log /var/log/clamav/freshclam.log {
|
||
|
create 644 clamav clamav
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/bin/kill -HUP `cat /var/run/clamav/clamd.pid 2>/dev/null` 2> /dev/null || true
|
||
|
/bin/kill -HUP `cat /var/run/clamav/freshclam.pid 2>/dev/null` 2> /dev/null || true
|
||
|
endscript
|
||
|
}
|