summaryrefslogtreecommitdiffstats
path: root/utils/boblight/files/boblight.init
blob: 73705e709d98d7c9558ade73489328382ef9bd11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh /etc/rc.common

START=65

SERVICE_DAEMONIZE=1

start() {
	service_start /usr/bin/boblightd
}

stop() {
	service_stop /usr/bin/boblightd
}