summaryrefslogtreecommitdiff
path: root/community/dante/sockd.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-07 01:04:45 -0800
committerroot <root@rshg054.dnsready.net>2012-11-07 01:04:45 -0800
commita8fff09ba6d0f8b78b43e63541b1254763d4f48e (patch)
treed5ed9796d5aa31b378f4bfed4482b84008e731fa /community/dante/sockd.service
parent85e0e667660650d70269432a90401d4288776d9d (diff)
Wed Nov 7 01:04:45 PST 2012
Diffstat (limited to 'community/dante/sockd.service')
-rw-r--r--community/dante/sockd.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/dante/sockd.service b/community/dante/sockd.service
index 6a18a8b0a..a2a964304 100644
--- a/community/dante/sockd.service
+++ b/community/dante/sockd.service
@@ -1,11 +1,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=sockd $SOCKD_OPTS
+ExecStart=/usr/sbin/sockd $SOCKD_OPTS
[Install]
WantedBy=multi-user.target