Merge pull request #17728 from Baughn/patch-4
crashplan: Wait for filesystems to be mounted before starting
This commit is contained in:
commit
a00978675e
@ -28,7 +28,7 @@ with lib;
|
|||||||
description = "CrashPlan Backup Engine";
|
description = "CrashPlan Backup Engine";
|
||||||
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" "local-fs.target" ];
|
||||||
|
|
||||||
preStart = ''
|
preStart = ''
|
||||||
ensureDir() {
|
ensureDir() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user