mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
5f61f4a498
license checksum changed due to increase in copyright year Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
15 lines
343 B
Desktop File
15 lines
343 B
Desktop File
[Unit]
|
|
Description=Lightweight UPnP IGD daemon
|
|
Documentation=man:miniupnpd(8)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStartPre=/etc/miniupnpd/iptables_init.sh
|
|
ExecStart=/usr/sbin/miniupnpd -f /etc/miniupnpd/miniupnpd.conf
|
|
ExecStopPost=/etc/miniupnpd/iptables_removeall.sh
|
|
PIDFile=/run/miniupnpd.pid
|
|
|
|
[Install]
|
|
WantedBy=network.target
|