Files
confdroid_clamav/templates/freshclam_svc.erb

17 lines
530 B
Plaintext
Raw Permalink Normal View History

2025-06-08 13:38:05 +02:00
################################################################################
### freshclam.svc created by Puppet, manual changes will be overwritten!!! ###
################################################################################
[Unit]
Description = ClamAV Scanner
After = network.target
[Service]
Type = forking
#if you want to update database automatically more than once a day change the number 1
ExecStart = /usr/bin/freshclam -d -c 1
Restart = on-failure
PrivateTmp =true
[Install]
WantedBy=multi-user.target