netcup-dns timer

This commit is contained in:
Daniel Langbein 2023-10-02 21:23:13 +02:00
parent 1392223ce9
commit 8433fc1df9
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -53,7 +53,7 @@ in
# Create netcup-dns timer. # Create netcup-dns timer.
systemd.timers."netcup-dns" = { systemd.timers."netcup-dns" = {
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
#partOf = [ "netcup-dns.service" ]; # TODO rm this? partOf = [ "netcup-dns.service" ];
timerConfig = { timerConfig = {
OnBootSec = "0m"; OnBootSec = "0m";
OnUnitInactiveSec = "3m"; OnUnitInactiveSec = "3m";