summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/lcdproc/run.lcdd
blob: 5f4af8e45325aef6a860f476517cb4b2b2249b96 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

. /etc/rc.conf
. /etc/rc.d/functions

PID=`pidof -o %PPID /usr/sbin/LCDd`
    stat_busy "Starting LCDd daemon"
    [ -z "$PID" ] && exec /usr/sbin/LCDd -f -c /etc/LCDd.conf