LCDd daemon from sysutils/lcdproc starts in the foreground
The LCDd.sh.sample start script from the LCDproc-0.4.3_2 ports starts the LCDd process that's also part of the port in the foreground, thereby blocking the system startup. PR: ports/54092 Submitted by: Christian Ullrich <chris@chrullrich.de>
This commit is contained in:
parent
ef262184db
commit
7a98851af1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89855
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
case "$1" in
|
||||
start)
|
||||
%%PREFIX%%/sbin/LCDd -c %%PREFIX%%/etc/LCDd.conf
|
||||
%%PREFIX%%/sbin/LCDd -c %%PREFIX%%/etc/LCDd.conf &
|
||||
echo -n " LCDd"
|
||||
;;
|
||||
stop)
|
||||
|
|
Loading…
Reference in a new issue