diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-06-24 12:17:41 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-06-24 12:17:41 -0500 |
commit | 08400b9232fa9d80b800abe951403329b4292dcb (patch) | |
tree | 806425854d0498dfa9d7c9920ad688bec2d7746a /libre/clamav/clamd.service | |
parent | 6f1180f35fee220f92044e8f8a0a220ff308b295 (diff) |
clamav: add new package to [libre]
Diffstat (limited to 'libre/clamav/clamd.service')
-rw-r--r-- | libre/clamav/clamd.service | 11 |
1 files changed, 11 insertions, 0 deletions
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 |