mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
xupnpd: Import r398 from packages and update to r399.
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user