diff options
Diffstat (limited to 'pcr/c-icap/c-icap.service')
-rw-r--r-- | pcr/c-icap/c-icap.service | 11 |
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 |