From 76d1193ae26f9df6e42ea4870c7635cc14443535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD?= Date: Sun, 8 Oct 2023 23:39:43 +0600 Subject: [PATCH] Create hugo-update.timer --- systemd/hugo-update.timer | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 systemd/hugo-update.timer diff --git a/systemd/hugo-update.timer b/systemd/hugo-update.timer new file mode 100644 index 0000000..d407a04 --- /dev/null +++ b/systemd/hugo-update.timer @@ -0,0 +1,9 @@ +[Unit] +Description=HUGO Update Timer + +[Timer] +OnCalendar=*:0/10 +Unit=hugo-update.service + +[Install] +WantedBy=timers.target