aports/testing/lcdproc/LCDd.initd
Thomas Liske 5dc55cc2c0 testing/lcdproc: upgrade to 0.5.9
- drop patches fixed upstream
- add missing pidfile setting to initd
- set a valid DriverPath in default config
2021-08-24 01:41:35 +00:00

11 lines
176 B
Plaintext

#!/sbin/openrc-run
command="/usr/sbin/$SVCNAME"
command_args="${LCDD_OPTS:--s 1 -f}"
command_background=1
pidfile="/run/$RC_SVCNAME.pid"
depend() {
need net logger
}