mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #17728 from Baughn/patch-4
crashplan: Wait for filesystems to be mounted before starting
This commit is contained in:
commit
a00978675e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ with lib;
|
|||
description = "CrashPlan Backup Engine";
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
after = [ "network.target" "local-fs.target" ];
|
||||
|
||||
preStart = ''
|
||||
ensureDir() {
|
||||
|
|
Loading…
Reference in a new issue