1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/utils/boblight/files/boblight.init
2012-02-17 03:12:26 +00:00

14 lines
148 B
Bash

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