From 08400b9232fa9d80b800abe951403329b4292dcb Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Wed, 24 Jun 2015 12:17:41 -0500 Subject: clamav: add new package to [libre] --- libre/clamav/clamd.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/clamav/clamd.service (limited to 'libre/clamav/clamd.service') diff --git a/libre/clamav/clamd.service b/libre/clamav/clamd.service new file mode 100644 index 000000000..ac9e789ae --- /dev/null +++ b/libre/clamav/clamd.service @@ -0,0 +1,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 -- cgit v1.2.3