changed dns update from 6h to 30m
This commit is contained in:
parent
87b9cdadb3
commit
4bcb5374a6
@ -248,7 +248,7 @@ in {
|
|||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnBootSec = "1min";
|
OnBootSec = "1min";
|
||||||
OnUnitActiveSec = "6h";
|
OnUnitActiveSec = "30m";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user