mirror of
https://github.com/serghey-rodin/vesta.git
synced 2024-12-11 14:50:49 -08:00
13 lines
267 B
Desktop File
13 lines
267 B
Desktop File
[Unit]
|
|
Description = clamd scanner (clamd) daemon
|
|
After = syslog.target nss-lookup.target network.target
|
|
|
|
[Service]
|
|
Type = simple
|
|
ExecStart = /usr/sbin/clamd -c /etc/clamd.conf --nofork=yes
|
|
Restart = on-failure
|
|
PrivateTmp = true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|