summaryrefslogtreecommitdiff
path: root/pcr/c-icap/c-icap.service
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-28 03:28:23 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-28 03:28:23 -0300
commit4c0ead787d0a9e1b3fde331e17f7743ede8fcb77 (patch)
tree9018770de2f1c7b48a4d958ac7af6021a7354483 /pcr/c-icap/c-icap.service
parenta69e43e17d55e6bd2c2af1d7ce9e35c2e1d2b989 (diff)
c-icap: add new package to [pcr]
Diffstat (limited to 'pcr/c-icap/c-icap.service')
-rw-r--r--pcr/c-icap/c-icap.service11
1 files changed, 11 insertions, 0 deletions
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