diff options
Diffstat (limited to 'config/lcdproc/lcdproc.inc')
-rw-r--r-- | config/lcdproc/lcdproc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lcdproc/lcdproc.inc b/config/lcdproc/lcdproc.inc index 3ae96f31..d248261f 100644 --- a/config/lcdproc/lcdproc.inc +++ b/config/lcdproc/lcdproc.inc @@ -319,7 +319,7 @@ fi EOD; $start = $stop ."\n"; - $start .= "\t/usr/local/sbin/LCDd -c ". LCDPROC_CONFIG ."\n"; + $start .= "\t/usr/local/sbin/LCDd -c ". LCDPROC_CONFIG ." &\n"; $start .= "\t". LCDPROC_CLIENT ." &\n"; /* write out the configuration */ |