1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-26 09:37:44 +02:00
openwrt-packages/net/opentracker/files/opentracker6.init
Daniel Golle 46d8fac925 opentracker: add IPv6 build variant
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-06-15 03:28:22 +02:00

17 lines
245 B
Bash
Executable File

#!/bin/sh /etc/rc.common
START=10
STOP=15
NAME="opentracker6"
PROG="/usr/bin/opentracker6"
OPTIONS="-f /etc/opentracker6.conf"
USE_PROCD=1
start_service()
{
procd_open_instance
procd_set_param command $PROG $OPTIONS
procd_close_instance
}