adacam/recon/units/run-postinsts.service
Kayos a23a59181e init: factory recon baseline, HDC-S fw 5.7.88
- Full factory recon from fresh Hivemapper Bee (HDC-S)
- OS: Intel ESE Reference Distro (Yocto dunfell), kernel 5.10.32
- WiFi: NXP 9098 (changed from Marvell 88W8997 on prev unit)
- New services: jpeg-recorder, video-processor, beekeeper-plugin
- GNSS on /dev/ttyS2 (UART), IMU on /dev/spidev0.0
- AP currently 192.168.0.10/24 - will move to 10.42.0.0/24 in liberate.sh
- recon.sh: read-only recon script for future devices
2026-03-14 08:59:41 -07:00

15 lines
357 B
Desktop File

[Unit]
Description=Run pending postinsts
DefaultDependencies=no
After=systemd-remount-fs.service systemd-tmpfiles-setup.service tmp.mount
Before=sysinit.target
[Service]
Type=oneshot
ExecStart=/usr/sbin/run-postinsts
ExecStartPost=/bin/systemctl --no-reload disable run-postinsts.service
RemainAfterExit=yes
TimeoutSec=0
[Install]
WantedBy=sysinit.target