summarylogtreecommitdiffstats
path: root/xupnpd.service
diff options
context:
space:
mode:
authorKonstantin Shalygin2015-08-08 11:20:25 +0600
committerKonstantin Shalygin2015-08-08 11:20:25 +0600
commit33bccd5d1937c39688b404b7a4ff59a819505e5c (patch)
treefbdf321f2bb25ca38c2f5428109327b461b94156 /xupnpd.service
downloadaur-33bccd5d1937c39688b404b7a4ff59a819505e5c.tar.gz
Mainstream moved to github
Diffstat (limited to 'xupnpd.service')
-rw-r--r--xupnpd.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/xupnpd.service b/xupnpd.service
new file mode 100644
index 000000000000..14f1187615a1
--- /dev/null
+++ b/xupnpd.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=eXtensible UPnP agent
+After=network.target
+Wants=udpxy.service
+
+[Service]
+User=xupnpd
+Group=xupnpd
+Type=forking
+PIDFile=/var/run/xupnpd/xupnpd.pid
+ExecStart=/usr/bin/xupnpd
+
+[Install]
+WantedBy=multi-user.target