fix(iso): harden boot network bring-up - v3.20

This commit is contained in:
Mikhail Chusavitin
2026-04-01 09:10:55 +03:00
parent f6f4923ac9
commit b447717a5a
3 changed files with 66 additions and 19 deletions

View File

@@ -1,9 +1,14 @@
[Unit]
Description=Bee: on-demand hardware audit (not started automatically)
Description=Bee: hardware audit
After=bee-preflight.service bee-network.service bee-nvidia.service
Before=bee-web.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/sh -c 'curl -sf -X POST http://localhost/api/audit/run >/dev/null'
ExecStart=/usr/local/bin/bee-log-run /appdata/bee/export/bee-audit.log /usr/local/bin/bee audit --runtime auto --output file:/appdata/bee/export/bee-audit.json
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target

View File

@@ -1,5 +1,6 @@
[Unit]
Description=Bee: hardware audit web viewer
After=bee-audit.service
[Service]
Type=simple