board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / igd2-for-linux / upnpd.service
blob91a5b4ca28f7944e04be7d4070a725d3f489195e
1 [Unit]
2 Description=UPnP Internet Gateway Device version 2 daemon
3 After=network.target
5 [Service]
6 Environment="LAN=eth0"
7 Environment="WAN=eth0"
8 EnvironmentFile=/etc/default/upnpd
9 # For the UPnP library to function correctly, networking must be configured
10 # properly for multicasting as described in 
11 # https://sourceforge.net/p/pupnp/code/ci/master/tree/README.
12 # Without this addition, device advertisements and control point searches will
13 # not function.
14 # However, the route has to be configured once for all UPnP applications
15 # (igd2-for-linux, ushare, ...) so do not manage UPnP route by default
16 #ExecStartPre=/sbin/route add -net 239.0.0.0 netmask 255.0.0.0 $LAN
17 #ExecStopPost=/sbin/route del -net 239.0.0.0 netmask 255.0.0.0 $LAN
18 ExecStart=/usr/sbin/upnpd -f $WAN $LAN
19 Restart=always
21 [Install]
22 WantedBy=multi-user.target