Proxmox worker, uptime, backup, tagged deploy
This commit is contained in:
commit
fc395f824b
8 changed files with 231 additions and 0 deletions
15
systemd/verae-uptime.service
Normal file
15
systemd/verae-uptime.service
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=Verae off-box HTTPS door watch
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=%h/verae-src/verae-uptime
|
||||
Environment=UPTIME_BIND=127.0.0.1
|
||||
Environment=UPTIME_PORT=3870
|
||||
ExecStart=/usr/bin/node src/watch.js
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue