2026-04-03 01:43:16 -03:00
|
|
|
[Unit]
|
|
|
|
|
Description=Hecate Staged Cluster Bootstrap
|
|
|
|
|
Wants=network-online.target
|
|
|
|
|
After=network-online.target
|
|
|
|
|
ConditionPathExists=/etc/hecate/hecate.yaml
|
2026-04-04 18:34:50 -03:00
|
|
|
StartLimitIntervalSec=0
|
2026-04-03 01:43:16 -03:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
|
|
|
|
User=root
|
|
|
|
|
Group=root
|
2026-04-04 18:34:50 -03:00
|
|
|
ExecStart=/usr/local/bin/hecate startup --config /etc/hecate/hecate.yaml --execute --force-flux-branch main --auto-peer-failover --peer-wait-seconds 180
|
|
|
|
|
Restart=on-failure
|
|
|
|
|
RestartSec=30
|
2026-04-03 01:43:16 -03:00
|
|
|
TimeoutStartSec=1800
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|