]> git.pld-linux.org Git - packages/clamav.git/blob - clamd.service
- updated to 0.101.3 (solves vulnerability to non-recursive zip bombs)
[packages/clamav.git] / clamd.service
1 [Unit]
2 Description=ClamAV daemon
3 After=syslog.target
4
5 [Service]
6 Type=forking
7 ExecStart=/usr/sbin/clamd
8 ExecReload=/bin/kill -HUP $MAINPID
9 PIDFile=/run/clamav/clamd.pid
10 Restart=on-failure
11 PrivateTmp=true
12
13 [Install]
14 WantedBy=multi-user.target
This page took 0.054729 seconds and 3 git commands to generate.