multi update version
This commit is contained in:
parent
9a51326d12
commit
574b0fb197
9 changed files with 12 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.23.6
|
||||
VERSION=1.23.15
|
||||
APP=uptime-kuma
|
||||
GIT_VERSION=${VERSION}
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
|
|
|
@ -3,8 +3,8 @@ Description=linkding
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/nodejs /var/lib/uptime-kuma/server/server.js
|
||||
WorkingDirectory=/var/lib/uptime-kuma
|
||||
ExecStart=/usr/bin/nodejs /usr/share/uptime-kuma/server/server.js
|
||||
WorkingDirectory=/usr/share/uptime-kuma/
|
||||
Restart=always
|
||||
User=uptime-kuma
|
||||
Group=uptime-kuma
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue