cntlm: switch systemd service to run in foreground.

This commit is contained in:
Juan RP 2014-06-21 10:34:33 +02:00
parent 5e8e134a4e
commit 15a24305ba
2 changed files with 2 additions and 4 deletions

View File

@ -3,9 +3,7 @@ Description=Cntlm Proxy Server
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/cntlm -P /run/cntlm.pid
PIDFile=/run/cntlm.pid
ExecStart=/usr/bin/cntlm -f
[Install]
WantedBy=multi-user.target

View File

@ -1,7 +1,7 @@
# Template file for 'cntlm'
pkgname=cntlm
version=0.92.3
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="which"
conf_files="/etc/cntlm.conf"