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