mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
opentracker: add IPv6 build variant
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Executable
+16
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user