bc2c0b8cfd
systemd/ (target/data.mount/firstboot/machineid/power/settings/shell + dbus-policy + journald/zram/oomd): ordering data.mount->firstboot->machineid->dbus->power+settings->shell; Requires+After firstboot; OOMScoreAdjust. lima/shturman.yaml (vz, Ubuntu ARM64, /data loopback, провижининг). tests/e2e/run.sh (каркас приёмки). justfile: vm-up/down/reset/shell, run, e2e, shell-frame. Валидация — часть 2 (поднятие Lima). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Alexander <akotenev2003@gmail.com>
17 lines
554 B
Desktop File
17 lines
554 B
Desktop File
[Unit]
|
|
Description=Штурман Settings (ru.shturman.Settings1)
|
|
# Requires+After firstboot: не стартуем против полу-провиженного /data (Wants недостаточно).
|
|
Requires=data.mount shturman-firstboot.service
|
|
After=data.mount shturman-firstboot.service shturman-machineid.service dbus.service
|
|
PartOf=shturman.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/shturman-settings
|
|
Restart=on-failure
|
|
RestartSec=2
|
|
# защищаем critical set от OOM (a-base §8)
|
|
OOMScoreAdjust=-600
|
|
|
|
[Install]
|
|
WantedBy=shturman.target
|