From 23affc93b8d898990a3c786748796c0f1141175e Mon Sep 17 00:00:00 2001 From: Zeon Date: Fri, 13 Sep 2024 18:47:46 +0000 Subject: [PATCH] chore(ci): automated push --- .config/systemd/user/cron-dd543bb81b62.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/systemd/user/cron-dd543bb81b62.service b/.config/systemd/user/cron-dd543bb81b62.service index 220ec08..286b9a6 100644 --- a/.config/systemd/user/cron-dd543bb81b62.service +++ b/.config/systemd/user/cron-dd543bb81b62.service @@ -1,7 +1,7 @@ [Unit] -Description=cron-dd543bb81b62 service unit +Description=Uptime [Service] TimeoutStartSec=0 -ExecStart=curl $(cat ~/.uptime-url) +ExecStart=curl $(cat %h/.uptime-url) Type=oneshot