install.fairie/home/dot_local/etc/clamav/clamd-freshclam.service
2023-11-27 17:07:24 +00:00

13 lines
253 B
Desktop File

# Run freshclam as a daemon.
[Unit]
Description = ClamAV Freshclam service.
After = network.target
[Service]
Type = forking
ExecStart = /usr/bin/freshclam --daemon --checks 2
Restart = on-failure
PrivateTmp = true
[Install]
WantedBy=multi-user.target