summarylogtreecommitdiffstats
path: root/3proxy.service
diff options
context:
space:
mode:
Diffstat (limited to '3proxy.service')
-rw-r--r--3proxy.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/3proxy.service b/3proxy.service
new file mode 100644
index 000000000000..e81f2cfaa37c
--- /dev/null
+++ b/3proxy.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=3proxy
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/3proxy /etc/3proxy/3proxy.cfg
+User=3proxy
+Group=3proxy
+Restart=on-failure
+PrivateUsers=true
+
+[Install]
+WantedBy=multi-user.target
+