summaryrefslogtreecommitdiffstats
path: root/abs/core/runit/runitscripts/services/lcdd/run
blob: df71bf85a3e901c8dae89203e8516229b32fa699 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
. /etc/systemconfig
exec 2>&1
if [ x$LCDtype = xxosd ]
then
	DISPLAY=127.0.0.1:0 /usr/sbin/LCDd -f -c /etc/LCDd.conf 2>/dev/null >/dev/null
else
	exec /usr/sbin/LCDd -f -c /etc/LCDd.conf 2>/dev/null >/dev/null
fi