Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 513620

Summary: net-proxy/cntlm - add systemd support
Product: Gentoo Linux Reporter: StalkerNOVA <stalkernova>
Component: [OLD] ServerAssignee: Markus Duft (RETIRED) <mduft>
Status: RESOLVED FIXED    
Severity: normal CC: systemd
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 448882    
Attachments: wrong file
wrong file
cntlm.service

Description StalkerNOVA 2014-06-17 23:19:45 UTC
net-proxy/cntlm needs support for systemd

Content for ntlmaps.service

Reproducible: Always




[Unit]
Description=CNTLM HTTP Accelerator For NTLM Secured Proxies Authenticator
After=network.target

[Service]
Type=forking
EnvironmentFile=-/etc/sysconfig/cntlmd
PIDFile=/run/cntlmd.pid
#ExecStart=/usr/bin/cntlm -c /etc/cntlm.conf -U cntlm -P /run/cntlm/cntlmd.pid
ExecStart=/usr/bin/cntlm -c /etc/cntlm.conf -P /run/cntlmd.pid

[Install]
WantedBy=multi-user.target
Comment 1 StalkerNOVA 2014-06-17 23:21:49 UTC
Created attachment 379158 [details]
wrong file
Comment 2 StalkerNOVA 2014-06-17 23:23:08 UTC
Created attachment 379160 [details]
wrong file

First one is wrong
Comment 3 StalkerNOVA 2014-06-17 23:26:13 UTC
Created attachment 379162 [details]
cntlm.service
Comment 4 Pacho Ramos gentoo-dev 2014-07-01 19:21:55 UTC
+*cntlm-0.93_beta5-r1 (01 Jul 2014)
+
+  01 Jul 2014; Pacho Ramos <pacho@gentoo.org> +cntlm-0.93_beta5-r1.ebuild,
+  +files/cntlm.service:
+  Add unit file (#513620 by StalkerNOVA)
+