Set wantedBy for enabled timer
This commit is contained in:
parent
5f9955cf8d
commit
632020cc74
@ -69,6 +69,7 @@ in
|
|||||||
};
|
};
|
||||||
systemd.units."backup-helper@etc-machine\x2did.timer" = {
|
systemd.units."backup-helper@etc-machine\x2did.timer" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
wantedBy = [ "timers.target" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user