fix(borg): make the proper service depend on ensure-online
This commit is contained in:
parent
f4eae8c290
commit
6a5dd18a0e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in {
|
|||
};
|
||||
|
||||
systemd.services = {
|
||||
borgbackup-backup-job = {
|
||||
borgbackup-job-backup = {
|
||||
after = ["ensure-online.service"];
|
||||
requires = ["ensure-online.service"];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue