mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-28 21:17:36 +00:00
- Add 10s timeout to secubox-cmdline.service - Add 5s timeout to netplan apply - Remove pipefail to allow graceful failures - Scripts now continue on non-critical errors Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
317 B
Desktop File
15 lines
317 B
Desktop File
[Unit]
|
|
Description=SecuBox Kernel Command Line Handler
|
|
DefaultDependencies=no
|
|
Before=sysinit.target secubox-net-detect.service network-pre.target
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
TimeoutStartSec=10s
|
|
ExecStart=/usr/sbin/secubox-cmdline-handler apply
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|