mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
netcup-dns timer
This commit is contained in:
parent
1392223ce9
commit
8433fc1df9
@ -53,7 +53,7 @@ in
|
||||
# Create netcup-dns timer.
|
||||
systemd.timers."netcup-dns" = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
#partOf = [ "netcup-dns.service" ]; # TODO rm this?
|
||||
partOf = [ "netcup-dns.service" ];
|
||||
timerConfig = {
|
||||
OnBootSec = "0m";
|
||||
OnUnitInactiveSec = "3m";
|
||||
|
Loading…
Reference in New Issue
Block a user