mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
lcdproc: alternative package to drive LCD displays
As lcd4linux is all kinds of BROKEN lately, and of unknown status. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Reviewed-by: Harald Geyer <harald@ccbib.org>
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=50
|
||||
USE_PROCD=1
|
||||
PROG=/usr/bin/lcdvc
|
||||
|
||||
config_file=/etc/lcdvc.conf
|
||||
|
||||
start_service() {
|
||||
procd_open_instance
|
||||
procd_set_param command $PROG -f -c $config_file
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user