13 lines
235 B
Plaintext
13 lines
235 B
Plaintext
[Unit]
|
|
Description=clamd scanner (%i) daemon
|
|
After=nss-lookup.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/clamd -c /etc/clamav/clamd%i.conf
|
|
Restart=on-failure
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|