summarylogtreecommitdiffstats
path: root/nntp-proxy.service
diff options
context:
space:
mode:
Diffstat (limited to 'nntp-proxy.service')
-rwxr-xr-xnntp-proxy.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/nntp-proxy.service b/nntp-proxy.service
new file mode 100755
index 000000000000..d70726960538
--- /dev/null
+++ b/nntp-proxy.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Simple NNTP proxy
+After=network.target
+
+[Service]
+User=nntpproxy
+ExecStart=/usr/bin/nntp-proxy /etc/nntp-proxy.conf
+
+[Install]
+WantedBy=multi-user.target