1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
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

10 lines
176 B
Text

#!/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
}