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.
gentoo-overlay/app-misc/lcdproc/files/LCDd.initd

16 lines
310 B

#!/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/sbin/LCDd"
command_args="-c /etc/${instance}.conf"
depend() {
use g15daemon
use net
}