mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Redirect output to /dev/ttyS0
This commit is contained in:
parent
e4d29321d4
commit
3e73d47a65
@ -17,7 +17,7 @@ start() {
|
||||
fi
|
||||
printf 'Starting agent service...' >&2
|
||||
chmod 666 /dev/ttyS0
|
||||
"$SCRIPT" &> /dev/ttyS0 & echo $! > "$PIDFILE"
|
||||
"$SCRIPT" &> /dev/ttyS0 & echo $! > "$PIDFILE"
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user