crashplan: Wait for filesystems to be mounted before starting

authored by

Svein Ove Aas and committed by
GitHub
ed83a0ec 9fc37cc8

+1 -1
+1 -1
nixos/modules/services/backup/crashplan.nix
··· 28 28 description = "CrashPlan Backup Engine"; 29 29 30 30 wantedBy = [ "multi-user.target" ]; 31 - after = [ "network.target" ]; 31 + after = [ "network.target" "local-fs.target" ]; 32 32 33 33 preStart = '' 34 34 ensureDir() {