From 4a48525e4505d74970388476c24cc0cc642bdc5a Mon Sep 17 00:00:00 2001 From: Eric Katzfey Date: Thu, 19 Mar 2026 10:32:44 -0700 Subject: [PATCH] fix(voxl2): Update to voxl-px4 service file so that it starts properly on power up --- boards/modalai/voxl2/debian/voxl-px4.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boards/modalai/voxl2/debian/voxl-px4.service b/boards/modalai/voxl2/debian/voxl-px4.service index 41763c1e8e..28ec127b33 100644 --- a/boards/modalai/voxl2/debian/voxl-px4.service +++ b/boards/modalai/voxl2/debian/voxl-px4.service @@ -4,11 +4,10 @@ After=sscrpcd.service Requires=sscrpcd.service [Service] -Type=simple +ExecStartPre=/bin/sleep 2 ExecStart=/usr/bin/voxl-px4 ExecStopPost=/usr/bin/voxl-reset-slpi Restart=on-failure -RestartSec=5 [Install] WantedBy=multi-user.target