aboutsummaryrefslogtreecommitdiff
path: root/utils/lcd4linux/files/lcd4linux.init
Commit message (Collapse)AuthorAge
* lcd4linux: add debug optionFlorian Eckert2022-10-04
| | | | | | | | Setting the DEBUG variable in the init script to '1' enables the lcd4linux verbose mode, by setting the arg '-vv'. The option also redirects the error and stdout to the syslog. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* lcd4linux: Possibility added that the config can also be loaded from /tmpFlorian Eckert2022-09-28
| | | | | | | | | | | | Until now, the configuration must be stored under '/etc/lcd4linux.conf'. So that the configuration can also be changed dynamically, it makes sense to store this under /tmp and load them from this directory. The init script first checks whether there is a configuration under '/etc/lcd4linux.conf' and only then does it try to find it under '/tmp/lcd4linux.conf'. If there is no configuration, an error message is shown. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* lcd4linux: switch service to procdFlorian Eckert2020-12-10
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* lcd4linux: import from oldpackagesJonathan McCrohan2015-07-12
* Update to latest version * Refresh patches * Update copyright years * Fix musl build issues (patches already applied upstream) Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>