add uptime-kuma
This commit is contained in:
parent
c42003ad1b
commit
8c08708c5b
11 changed files with 83 additions and 11 deletions
13
ressources/uptime-kuma/uptime-kuma.service
Normal file
13
ressources/uptime-kuma/uptime-kuma.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=linkding
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/nodejs /var/lib/uptime-kuma/server/server.js
|
||||
WorkingDirectory=/var/lib/uptime-kuma
|
||||
Restart=always
|
||||
User=uptime-kuma
|
||||
Group=uptime-kuma
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue