clean whitespace
This commit is contained in:
parent
8a56d4c9ab
commit
8b2312fe70
@ -4,6 +4,6 @@
|
||||
missingok
|
||||
|
||||
postrotate
|
||||
pkill -u <USER> -HUP -f '/usr/sbin/clamd -c /etc/clamd.d/<SERVICE>.conf >/dev/null 2>&1 || :
|
||||
pkill -u <USER> -HUP -f '/usr/sbin/clamd -c /etc/clamd.d/<SERVICE>.conf >/dev/null 2>&1 || :
|
||||
endscript
|
||||
}
|
||||
|
@ -1,5 +1,9 @@
|
||||
[Unit]
|
||||
Description = clamd scanner (%i) daemon
|
||||
Documentation=man:clamd(8) man:clamd.conf(5) https://www.clamav.net/documents/
|
||||
# Check for database existence
|
||||
ConditionPathExistsGlob=@DBDIR@/main.{c[vl]d,inc}
|
||||
ConditionPathExistsGlob=@DBDIR@/daily.{c[vl]d,inc}
|
||||
After = syslog.target nss-lookup.target network.target
|
||||
|
||||
[Service]
|
||||
|
Loading…
Reference in New Issue
Block a user