From b67a0a3914714f469de406cb69842c151b16ce2e Mon Sep 17 00:00:00 2001 From: Zeon Date: Fri, 13 Sep 2024 19:04:08 +0000 Subject: [PATCH] chore(ci): automated push --- .config/systemd/user/uptime.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/systemd/user/uptime.service b/.config/systemd/user/uptime.service index 55b92bc..7d5729d 100644 --- a/.config/systemd/user/uptime.service +++ b/.config/systemd/user/uptime.service @@ -3,5 +3,5 @@ Description=Uptime [Service] TimeoutStartSec=0 -ExecStart=echo $(cat /home/neon/.uptime-url) +ExecStart=curl -v "$(cat /home/neon/.uptime-url)" Type=oneshot