chore(ci): automated push

This commit is contained in:
Zeon 2024-09-13 19:06:08 +00:00
parent b67a0a3914
commit d63c1328b5
3 changed files with 2 additions and 2 deletions

View file

@ -3,5 +3,5 @@ Description=Uptime
[Service]
TimeoutStartSec=0
ExecStart=curl -v "$(cat /home/neon/.uptime-url)"
ExecStart=bash /home/neon/uptime.sh
Type=oneshot

View file

@ -1 +0,0 @@
.less-history-file:

1
uptime.sh Normal file
View file

@ -0,0 +1 @@
curl -v $(cat ~/.uptime-url)