Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
external
/
subpack
/
net
/
opentracker
/
files
/
opentracker.init
blob: 91fb386e0f11cb8de9a9763ba887eb42f9de7095 [
file
] [
log
] [
blame
]
#!/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
}