summaryrefslogtreecommitdiff
path: root/community/dante/sockd.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/dante/sockd.service')
-rw-r--r--community/dante/sockd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/dante/sockd.service b/community/dante/sockd.service
new file mode 100644
index 000000000..6a18a8b0a
--- /dev/null
+++ b/community/dante/sockd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=SOCKS v4 and v5 compatible proxy server and client
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/sockd.conf
+PIDFile=/var/run/sockd.pid
+ExecStart=sockd $SOCKD_OPTS
+
+[Install]
+WantedBy=multi-user.target