(#1610735) Fix logrotate example.

This commit is contained in:
Sérgio M. Basto 2018-09-24 02:42:36 +01:00
parent 629b8f12eb
commit 8a56d4c9ab
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
missingok
postrotate
killall -HUP clamd.<SERVICE> >/dev/null 2>&1 || :
pkill -u <USER> -HUP -f '/usr/sbin/clamd -c /etc/clamd.d/<SERVICE>.conf >/dev/null 2>&1 || :
endscript
}