summaryrefslogtreecommitdiff
path: root/ambient-build.service
blob: 2099835d09fd808cc5bc9a8af79602b5ea358fc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Run build job for Ambient CI
Before=serial-getty@ttyS0.service

[Install]
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'
ExecStartPost=/sbin/poweroff