mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 13:15:30 +03:00
Revert "nixos/borgbackup: specify systemd WorkingDirectory"
This reverts commit 62ab77a322
.
This broke nixosTests.borgbackup:
https://github.com/NixOS/nixpkgs/pull/143995#issuecomment-985136152
This commit is contained in:
parent
7fff1e9c0c
commit
ac8a9c3f03
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ let
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
# The service's only task is to ensure that the specified path exists
|
# The service's only task is to ensure that the specified path exists
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
WorkingDirectory = cfg.path;
|
|
||||||
};
|
};
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue