From f513aec907a8aa0c71e82f4249a84f3a7e68aa9c Mon Sep 17 00:00:00 2001 From: nocci Date: Mon, 22 Dec 2025 11:18:54 +0100 Subject: [PATCH] =?UTF-8?q?wg1-healthcheck.timer=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wg1-healthcheck.timer | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 wg1-healthcheck.timer diff --git a/wg1-healthcheck.timer b/wg1-healthcheck.timer new file mode 100644 index 0000000..7679994 --- /dev/null +++ b/wg1-healthcheck.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Run wg1 healthcheck periodically + +[Timer] +OnBootSec=2min +OnUnitActiveSec=1min +Unit=wg1-healthcheck.service + +[Install] +WantedBy=timers.target