bluelog.init 144 B

12345678910111213
  1. #!/bin/sh /etc/rc.common
  2. START=65
  3. SERVICE_DAEMONIZE=1
  4. start() {
  5. service_start /usr/bin/bluelog
  6. }
  7. stop() {
  8. service_stop /usr/bin/bluelog
  9. }