opentracker: add IPv6 build variant

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2014-06-14 14:38:32 +02:00
parent e61b36871d
commit 46d8fac925
2 changed files with 60 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/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
}