clamav/clamav-clamd.service
Silvan Calarco bac9b0aa3f move socket file and pid from /var/run/clamav to /run/clamav
systemd switch [release 0.98.4-4mamba;Thu Jul 24 2014]
2024-01-05 21:23:32 +01:00

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