summaryrefslogtreecommitdiff
path: root/community/dante/sockd.service
blob: 8eae3f04fa657f3e5de2dac5654ec5acb8963432 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=SOCKS v4 and v5 compatible proxy server and client
After=network.target

[Service]
Type=forking
PIDFile=/run/dante/sockd.pid
ExecStart=/usr/bin/sockd -D -p/run/dante/sockd.pid

[Install]
WantedBy=multi-user.target