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