mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Add wantedby to backup service timer
This commit is contained in:
parent
f2e746c333
commit
777d6d5233
2 changed files with 6 additions and 1 deletions
|
|
@ -122,6 +122,7 @@ in {
|
|||
# };
|
||||
|
||||
systemd.timers."backup-serenity" = {
|
||||
wantedBy = ["timers.target"];
|
||||
timerConfig = {
|
||||
OnCalendar = "monthly";
|
||||
Persistent = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue