summaryrefslogtreecommitdiffstats
path: root/utils/lcd4linux/files/lcd4linux.init
blob: 25033f382bf92cee8f66d52aede99bf3bbd89be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh /etc/rc.common
# Copyright (C) 2007-2015 OpenWrt.org

START=98

SERVICE_USE_PID=1

start() {
	service_start /usr/bin/lcd4linux -o /tmp/lcd4linux.png -q
}

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