summaryrefslogtreecommitdiff
path: root/app-misc/lcdproc/files/lcdproc.initd
blob: bbeba4033c021b4e830996c1e8bd090f6293cfbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/sbin/openrc-run
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

instance="${SVCNAME}"
name="LCDProc (${instance})"
pidfile="/run/${instance}.pid"

command="/usr/bin/lcdproc"
command_args="-c /etc/${instance}.conf"

depend() {
	after ntp-client
	use LCDd
	use net
}