You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
144 B

  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. }