Add heartbeat

This commit is contained in:
Lino Silva
2024-11-15 15:04:54 +00:00
parent 53489b5764
commit 5d8e0effe1
14 changed files with 446 additions and 255 deletions
@@ -0,0 +1,15 @@
[Unit]
Description=Uptime-Kuma - A free and open source uptime monitoring solution
Documentation=https://github.com/louislam/uptime-kuma
After=network.target
[Service]
Type=simple
User={{ uptime_kuma_user }}
Group={{ uptime_kuma_user }}
WorkingDirectory={{ uptime_kuma_installation_directory }}
ExecStart=/usr/bin/npm run start-server
Restart=on-failure
[Install]
WantedBy=multi-user.target