From 4c0ead787d0a9e1b3fde331e17f7743ede8fcb77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 28 Mar 2016 03:28:23 -0300 Subject: c-icap: add new package to [pcr] --- pcr/c-icap/c-icap.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pcr/c-icap/c-icap.service (limited to 'pcr/c-icap/c-icap.service') diff --git a/pcr/c-icap/c-icap.service b/pcr/c-icap/c-icap.service new file mode 100644 index 000000000..419892d59 --- /dev/null +++ b/pcr/c-icap/c-icap.service @@ -0,0 +1,11 @@ +[Unit] +Description=ICAP server implementation + +[Service] +User=proxy +Type=forking +PIDFile=/run/c-icap/c-icap.pid +ExecStart=/usr/bin/c-icap + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-2-g168b