10 lines
231 B
Desktop File
10 lines
231 B
Desktop File
[Unit]
|
|
Description = clamd scanner (%i) daemon
|
|
After = syslog.target nss-lookup.target network.target
|
|
|
|
[Service]
|
|
Type = simple
|
|
ExecStart = /usr/sbin/clamd -c /etc/clamd.d/%i.conf --nofork=yes
|
|
Restart = on-failure
|
|
PrivateTmp = true
|