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.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/dante/sockd.service b/community/dante/sockd.service
deleted file mode 100644
index 68201577a..000000000
--- a/community/dante/sockd.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=SOCKS v4 and v5 compatible proxy server and client
-After=network.target
-
-[Service]
-Type=forking
-EnvironmentFile=/etc/conf.d/sockd.conf
-PIDFile=/run/sockd.pid
-ExecStart=/usr/bin/sockd $SOCKD_OPTS
-
-[Install]
-WantedBy=multi-user.target