summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-11-03 10:26:18 +0200
committerLars Wirzenius <liw@liw.fi>2023-11-03 10:26:18 +0200
commit23a9164e0960719a500ca6173dde12f3f0074be4 (patch)
tree75bcf2dacb1e4dccee7bc6b9457c1b73d696fe22
parent2f5aa750cfd97853e238b42c932752b07e9216ee (diff)
downloadambient-build-vm-23a9164e0960719a500ca6173dde12f3f0074be4.tar.gz
feat: use dedicated serial port for build log
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient-build.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/ambient-build.service b/ambient-build.service
index 2099835..b767e6d 100644
--- a/ambient-build.service
+++ b/ambient-build.service
@@ -8,5 +8,5 @@ WantedBy=serial-getty@ttyS0.service
[Service]
Type=oneshot
ExitType=cgroup
-ExecStart=/bin/bash -c '/bin/ambient-run-script -t /dev/ttyS0 -s /dev/vdb -a /dev/vdc -c /dev/vdd -d /dev/vde >/dev/ttyS0 2>&1 || true'
+ExecStart=/bin/bash -c '/bin/ambient-run-script -t /dev/ttyS1 -s /dev/vdb -a /dev/vdc -c /dev/vdd -d /dev/vde >/dev/ttyS0 2>&1 || true'
ExecStartPost=/sbin/poweroff