xupnpd: Import r398 from packages and update to r399.

This commit is contained in:
Álvaro Fernández Rojas
2014-06-11 00:33:55 +02:00
parent 70a369d813
commit 4aaeb5fd68
4 changed files with 184 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2013-2014 OpenWrt.org
START=50
USE_PROCD=1
start_service() {
procd_open_instance
procd_set_param command /usr/bin/xupnpd
procd_append_param command -d /usr/share/xupnpd
procd_set_param respawn
procd_close_instance
}