2026-04-03 01:43:16 -03:00
|
|
|
[Unit]
|
|
|
|
|
Description=Hecate UPS Monitor and Auto Shutdown Orchestrator
|
|
|
|
|
Wants=network-online.target
|
|
|
|
|
After=network-online.target
|
|
|
|
|
ConditionPathExists=/etc/hecate/hecate.yaml
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=simple
|
|
|
|
|
User=root
|
|
|
|
|
Group=root
|
|
|
|
|
ExecStart=/usr/local/bin/hecate daemon --config /etc/hecate/hecate.yaml
|
2026-04-03 14:46:03 -03:00
|
|
|
Restart=on-failure
|
2026-04-03 01:43:16 -03:00
|
|
|
RestartSec=5
|
|
|
|
|
NoNewPrivileges=true
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|