summarylogtreecommitdiffstats
path: root/uptime-kuma.service
blob: d0977fdcf4226633e878327957946599b5ea16bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Uptime-Kuma - A free and open source uptime monitoring solution
Documentation=https://github.com/louislam/uptime-kuma
After=network.target

[Service]
EnvironmentFile=/etc/uptime-kuma/config.env
User=uptime-kuma
Type=simple
WorkingDirectory=/usr/lib/node_modules/uptime-kuma/
ExecStart=/usr/bin/node server/server.js
Restart=on-failure

[Install]
WantedBy=multi-user.target