packages/utils/bluelog/files/bluelog.init
2018-10-18 16:56:47 +08:00

14 lines
144 B
Bash

#!/bin/sh /etc/rc.common
START=65
SERVICE_DAEMONIZE=1
start() {
service_start /usr/bin/bluelog
}
stop() {
service_stop /usr/bin/bluelog
}