add opentracker package

support for opentracker was suggested in ticket #7023
it's much tighter than cbtt and got only 20% of cbtt binary size

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2014-04-23 18:25:50 +00:00
parent 4a5b047c08
commit 6fe800bddf
3 changed files with 103 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/sh /etc/rc.common
START=10
STOP=15
NAME="opentracker"
PROG="/usr/bin/opentracker"
OPTIONS="-f /etc/opentracker.conf"
USE_PROCD=1
start_service()
{
procd_open_instance
procd_set_param command $PROG $OPTIONS
procd_close_instance
}