commit | 4a9764801b1cf76f2df0c5616ade016263aa8559 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Oct 24 17:02:05 2021 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun Oct 24 17:05:31 2021 -0700 |
tree | 4f923ab515adceae24b4e4d4d15c9e97d354d1b4 | |
parent | 8422a804184d4c3ae1cc44159e6df7b2d54b8424 [diff] [blame] |
Wait for the network to start AOS on the pi's Otherwise we get ourselves stuck in some weird state and don't recover. Change-Id: I729b4b791f911a19e8dca77d6f6b526f8abb4c06 Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2020/vision/rootfs/frc971.service b/y2020/vision/rootfs/frc971.service index 0066517..cdfb347 100644 --- a/y2020/vision/rootfs/frc971.service +++ b/y2020/vision/rootfs/frc971.service
@@ -1,5 +1,7 @@ [Unit] Description=Start up 971 robot code +Requires=network-online.target +After=network-online.target [Service] User=pi