ananke/deploy/systemd/hecate-bootstrap.service

16 lines
363 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Hecate Staged Cluster Bootstrap
Wants=network-online.target
After=network-online.target
ConditionPathExists=/etc/hecate/hecate.yaml
[Service]
Type=oneshot
User=root
Group=root
ExecStart=/usr/local/bin/hecate startup --config /etc/hecate/hecate.yaml --execute --force-flux-branch main
TimeoutStartSec=1800
[Install]
WantedBy=multi-user.target