mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
cntlm: switch systemd service to run in foreground.
This commit is contained in:
parent
5e8e134a4e
commit
15a24305ba
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue