86ab11a54b
P6.3: shturman.target → зонтик (Wants stage0/1/2). Новые: stage0/1/2.target, shturman-splash.service (Before=shell, минимум зависимостей → «мгновенно»), shturman-stage2-warmup.service (After=shell, маркер /run/shturman/stage2.ready), tmpfiles-shturman.conf (/run/shturman). Члены critical set → stage1.target (WantedBy+PartOf); у shell убран RuntimeDirectory (каталог теперь от tmpfiles). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Alexander <akotenev2003@gmail.com>
17 lines
568 B
Desktop File
17 lines
568 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-stage1.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/shturman-settings
|
|
Restart=on-failure
|
|
RestartSec=2
|
|
# защищаем critical set от OOM (a-base §8)
|
|
OOMScoreAdjust=-600
|
|
|
|
[Install]
|
|
WantedBy=shturman-stage1.target
|