mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-24 01:13:39 +00:00
chore(ci): automated push
This commit is contained in:
parent
b67a0a3914
commit
d63c1328b5
3 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@ Description=Uptime
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
TimeoutStartSec=0
|
TimeoutStartSec=0
|
||||||
ExecStart=curl -v "$(cat /home/neon/.uptime-url)"
|
ExecStart=bash /home/neon/uptime.sh
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
|
1
.lesshst
1
.lesshst
|
@ -1 +0,0 @@
|
||||||
.less-history-file:
|
|
1
uptime.sh
Normal file
1
uptime.sh
Normal file
|
@ -0,0 +1 @@
|
||||||
|
curl -v $(cat ~/.uptime-url)
|
Loading…
Reference in a new issue