summaryrefslogtreecommitdiff
path: root/pcr/miniupnpd/miniupnpd.systemd
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/miniupnpd/miniupnpd.systemd')
-rw-r--r--pcr/miniupnpd/miniupnpd.systemd12
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/miniupnpd/miniupnpd.systemd b/pcr/miniupnpd/miniupnpd.systemd
deleted file mode 100644
index 88973535c..000000000
--- a/pcr/miniupnpd/miniupnpd.systemd
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Lightweight UPnP IGD daemon
-
-[Service]
-ExecStartPre=/etc/miniupnpd/iptables_init.sh
-ExecStart=/usr/bin/miniupnpd -f /etc/miniupnpd/miniupnpd.conf -d
-ExecStopPost=/etc/miniupnpd/iptables_removeall.sh
-PIDFile=/run/miniupnpd.pid
-StandardOutput=null
-
-[Install]
-WantedBy=network.target