Remove debug statements in service unit

This commit is contained in:
Daniel Berteaud 2018-02-19 16:42:28 +01:00
parent f3723132a0
commit 5d2149ad27
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ After=network.target
[Service]
Type=simple
ExecStart=/usr/sbin/c-icap -N -f /etc/c-icap/c-icap.conf -D -d 2
ExecStart=/usr/sbin/c-icap -N -f /etc/c-icap/c-icap.conf
User=c-icap
Group=c-icap
Restart=on-failure