V8.13.432.2025.11.18
All checks were successful
🛡️ Retrieve DNSSEC status of coresecret.dev. / 🛡️ Retrieve DNSSEC status of coresecret.dev. (push) Successful in 1m2s
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m14s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-11-18 10:35:01 +00:00
parent 4b2362d6a2
commit a57cac41a5
42 changed files with 98 additions and 66 deletions

View File

@@ -19,17 +19,19 @@ if [[ -f /root/.cdi ]]; then
[Unit]
Description=CISS CDI post-boot starter
Documentation=https://git.coresecret.dev/msw/CISS.debian.live.builder.git
ConditionPathIsExecutable=/usr/local/sbin/9999_cdi_starter.sh
ConditionFileIsExecutable=/usr/local/sbin/9999_cdi_starter.sh
After=live-config.service systemd-user-sessions.service getty.target
After=network-online.target NetworkManager-wait-online.service systemd-networkd-wait-online.service
After=network-online.target NetworkManager-wait-online.service
Wants=network-online.target
[Service]
Type=idle
Type=simple
RemainAfterExit=yes
ExecStart=/usr/local/sbin/9999_cdi_starter.sh
TimeoutStartSec=1min
TimeoutStartSec=0
Nice=5
IOSchedulingClass=best-effort
IOSchedulingPriority=7
Environment=LANG=C.UTF-8
StandardOutput=journal
StandardError=journal