15 lines
271 B
Django/Jinja
15 lines
271 B
Django/Jinja
[Unit]
|
|
Description=ClamAV Virus Database Update
|
|
Documentation=man:freshclam(1) man:freshclam.conf(5)
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/freshclam
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=freshclam
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|