start comma.service after local-fs.target

This commit is contained in:
Adeeb Shihadeh
2024-10-12 16:30:18 -07:00
parent 460e322ea2
commit 6457644596
2 changed files with 6 additions and 1 deletions

View File

@@ -49,7 +49,11 @@ DATA_SAS_TOKEN=$(az storage container generate-sas --as-user --auth-mode login -
# Liftoff!
for name in $(cat $OTA_JSON | jq -r ".[] .name"); do
if grep -q "name.*${name}" $DIR/../firmware.json; then
echo "Skipping $name, found in firmware.json"
else
process_file $name
fi
done
echo "Done!"

View File

@@ -1,4 +1,5 @@
[Unit]
After=local-fs.target
[Service]
Type=simple