install.fairie/home/dot_local/etc/clamav/clamd-freshclam.service.tmpl
2024-05-10 02:53:38 +00:00

13 lines
262 B
Cheetah

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