branch Attitude Adjustment packages
[12.09/packages.git] / utils / bluelog / files / bluelog.init
1 #!/bin/sh /etc/rc.common
2
3 START=65
4
5 SERVICE_DAEMONIZE=1
6
7 start() {
8         service_start /usr/bin/bluelog
9 }
10
11 stop() {
12         service_stop /usr/bin/bluelog
13 }