11 lines
169 B
Desktop File
11 lines
169 B
Desktop File
[Unit]
|
|
Description=clamav daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
PIDFile=/run/clamav/clamd.pid
|
|
ExecStart=/usr/sbin/clamd -c /etc/clamd.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|