packages/net/portmap/files/portmap.init

14 lines
204 B
Text
Raw Normal View History

2014-06-30 13:42:44 +00:00
#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org
START=19
STOP=19
USE_PROCD=1
start_service() {
procd_open_instance
procd_set_param command /usr/sbin/portmap -f
procd_close_instance
}