README.md hinzugefügt

This commit is contained in:
nocci 2025-12-22 11:20:38 +01:00
parent f513aec907
commit 7aa650b9ec

18
README.md Normal file
View file

@ -0,0 +1,18 @@
create
/usr/local/sbin/wg1-healthcheck.sh
chmod +x /usr/local/sbin/wg1-healthcheck.sh
create
/etc/systemd/system/wg1-healthcheck.service
and
/etc/systemd/system/wg1-healthcheck.timer
systemctl daemon-reload
systemctl enable --now wg1-healthcheck.timer
Alternative via Cron
* * * * * root /usr/local/sbin/wg1-healthcheck.sh >/dev/null 2>&1