install.fairie/home/dot_local/etc/clamav/clamd-freshclam.service.tmpl

14 lines
262 B
Cheetah
Raw Normal View History

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