11 lines
191 B
Desktop File
11 lines
191 B
Desktop File
[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
|