mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
netcup-dns timer
This commit is contained in:
parent
1392223ce9
commit
8433fc1df9
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user