From d63c1328b5e09164f2711e8efc3e55cb4f9cfbb2 Mon Sep 17 00:00:00 2001 From: Zeon Date: Fri, 13 Sep 2024 19:06:08 +0000 Subject: [PATCH] chore(ci): automated push --- .config/systemd/user/uptime.service | 2 +- .lesshst | 1 - uptime.sh | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .lesshst create mode 100644 uptime.sh diff --git a/.config/systemd/user/uptime.service b/.config/systemd/user/uptime.service index 7d5729d..6c4dfb6 100644 --- a/.config/systemd/user/uptime.service +++ b/.config/systemd/user/uptime.service @@ -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 diff --git a/.lesshst b/.lesshst deleted file mode 100644 index 4d1c30b..0000000 --- a/.lesshst +++ /dev/null @@ -1 +0,0 @@ -.less-history-file: diff --git a/uptime.sh b/uptime.sh new file mode 100644 index 0000000..4e98c1c --- /dev/null +++ b/uptime.sh @@ -0,0 +1 @@ +curl -v $(cat ~/.uptime-url)