]> git.pld-linux.org Git - packages/c-icap.git/blob - c-icap.service
- fix group and files
[packages/c-icap.git] / c-icap.service
1 [Unit]
2 Description=C-ICAP Server
3 After=network.target remote-fs.target nss-lookup.target
4
5 [Service]
6 Type=forking
7 EnvironmentFile=/etc/sysconfig/c-icap
8 ExecStart=/usr/sbin/c-icap $OPTIONS
9
10 [Install]
11 WantedBy=multi-user.target
This page took 0.146662 seconds and 3 git commands to generate.