init
Some checks failed
Build heartbeat / build (push) Failing after 1m18s

This commit is contained in:
2026-05-03 21:09:59 +02:00
commit 93ae9b66b3
12 changed files with 987 additions and 0 deletions

14
heartbeat.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=heartbeat server monitor
After=network-online.target
Wants=network-online.target
[Service]
User=root
WorkingDirectory=/opt/heartbeat
ExecStart=/opt/heartbeat/heartbeat --config /opt/heartbeat/config.yaml
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target