crashplan: Wait for filesystems to be mounted before starting
This commit is contained in:
parent
9fc37cc89c
commit
ed83a0ec8b
@ -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