From c7977bf127e6c974e89c82b243249e26647d7ddf Mon Sep 17 00:00:00 2001 From: Neon Date: Fri, 13 Sep 2024 18:51:52 +0000 Subject: [PATCH] chore: cleanup --- .../systemd/user/{cron-dd543bb81b62.service => uptime.service} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .config/systemd/user/{cron-dd543bb81b62.service => uptime.service} (60%) diff --git a/.config/systemd/user/cron-dd543bb81b62.service b/.config/systemd/user/uptime.service similarity index 60% rename from .config/systemd/user/cron-dd543bb81b62.service rename to .config/systemd/user/uptime.service index 286b9a6..4e043a3 100644 --- a/.config/systemd/user/cron-dd543bb81b62.service +++ b/.config/systemd/user/uptime.service @@ -3,5 +3,5 @@ Description=Uptime [Service] TimeoutStartSec=0 -ExecStart=curl $(cat %h/.uptime-url) +ExecStart=curl $(cat /home/neon/.uptime-url) Type=oneshot