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