mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
S15rngd: suppres any output from daemon
This commit is contained in:
parent
f2fe1114e1
commit
df391fa755
@ -10,7 +10,7 @@ test -n "${OS_VERSION}" || source /etc/init.d/base
|
||||
|
||||
start() {
|
||||
msg_begin "Starting rngd"
|
||||
${PROG}
|
||||
${PROG} &>/dev/null
|
||||
test $? == 0 && msg_done || msg_fail
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user