parent
5f78087f25
commit
7160f27558
3 changed files with 3 additions and 14 deletions
@ -1,11 +1,11 @@ |
||||
[Unit] |
||||
Description=C-ICAP Server |
||||
After=network.target remote-fs.target nss-lookup.target |
||||
After=network.target |
||||
|
||||
[Service] |
||||
Type=forking |
||||
Type=simple |
||||
EnvironmentFile=/etc/sysconfig/c-icap |
||||
ExecStart=/usr/sbin/c-icap $OPTIONS |
||||
ExecStart=/usr/sbin/c-icap -N -f /etc/c-icap/c-icap.conf -D -d 2 |
||||
|
||||
[Install] |
||||
WantedBy=multi-user.target |
||||
|
@ -1,4 +0,0 @@ |
||||
# /etc/sysconfig/c-icap |
||||
# |
||||
# Add extra daemon options here |
||||
OPTIONS="-f /etc/c-icap/c-icap.conf" |
Loading…
Reference in new issue