blob: 419892d59e62d0e62e3f7fcc0984d68d75ba6a1c (
plain)
1
2
3
4
5
6
7
8
9
10
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
|