crashplan: Wait for filesystems to be mounted before starting

This commit is contained in:
Svein Ove Aas 2016-08-14 11:56:21 +02:00 committed by GitHub
parent 9fc37cc89c
commit ed83a0ec8b

@ -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() {