HSMW-VPN Working

This commit is contained in:
nx2
2024-03-27 11:05:57 +01:00
parent 9953f8231b
commit 4e3b643d20
4 changed files with 82 additions and 14 deletions

View File

@@ -5,8 +5,8 @@
enable = true;
wantedBy = [ "timers.target" ];
timerConfig = {
OnBootSec = "10m";
OnUnitActiveSec = "10m";
OnBootSec = "5m";
OnUnitActiveSec = "5m";
Unit = "health_reminder.service";
};
};