summaryrefslogtreecommitdiff
path: root/libre/clamav/clamd.service
blob: ac9e789aec82d63f33909068b0d2d4cd594f4455 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=clamav daemon
After=network.target

[Service]
Type=forking
PIDFile=/run/clamav/clamd.pid
ExecStart=/usr/bin/clamd

[Install]
WantedBy=multi-user.target