c-icap rpm for el7
http://c-icap.sourceforge.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
225 B
12 lines
225 B
7 years ago
|
[Unit]
|
||
|
Description=C-ICAP Server
|
||
|
After=network.target remote-fs.target nss-lookup.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
EnvironmentFile=/etc/sysconfig/c-icap
|
||
|
ExecStart=/usr/sbin/c-icap $OPTIONS
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|