blob: a0a72c2e60eb0a71cf0006650f21129cab811df3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=clamav updater
[Service]
Type=forking
PIDFile=/run/clamav/freshclam.pid
ExecStart=/usr/bin/freshclam -d -p /run/clamav/freshclam.pid
[Install]
WantedBy=multi-user.target
|