summarylogtreecommitdiffstats
path: root/cntlm.service
blob: 201a59740e3338008f9c566ab826bfe7e2fd1572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Cntlm Proxy Server
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/cntlm -P /run/cntlm.pid
PIDFile=/run/cntlm.pid
ExecStop= /usr/bin/killall -9 cntlm

[Install]
WantedBy=multi-user.target