summaryrefslogtreecommitdiff
path: root/extra/clamav/clamd.service
diff options
context:
space:
mode:
Diffstat (limited to 'extra/clamav/clamd.service')
-rw-r--r--extra/clamav/clamd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/clamav/clamd.service b/extra/clamav/clamd.service
new file mode 100644
index 000000000..86608c40e
--- /dev/null
+++ b/extra/clamav/clamd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=clamav daemon
+
+[Service]
+Type=forking
+PIDFile=/run/clamav/clamd.pid
+ExecStart=/usr/bin/clamd
+
+[Install]
+WantedBy=multi-user.target