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

[Service]
Type=forking
EnvironmentFile=/etc/conf.d/sockd.conf
PIDFile=/var/run/sockd.pid
ExecStart=/usr/sbin/sockd $SOCKD_OPTS

[Install]
WantedBy=multi-user.target