Add overrideStrategy
This commit is contained in:
parent
632020cc74
commit
018cd3cac1
@ -67,9 +67,9 @@ in
|
||||
RandomizedDelaySec = cfg.randomized-delay;
|
||||
};
|
||||
};
|
||||
systemd.units."backup-helper@etc-machine\x2did.timer" = {
|
||||
enable = true;
|
||||
systemd.timers."backup-helper@etc-machine\x2did" = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
overrideStrategy = "asDropin";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user