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 After=network.target
[Service] [Service]
Type=forking ExecStart=/usr/bin/cntlm -f
ExecStart=/usr/bin/cntlm -P /run/cntlm.pid
PIDFile=/run/cntlm.pid
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View file

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