airdcpp module: after local-fs.target

This commit is contained in:
makefu 2018-11-10 19:27:17 +01:00
parent 254e9e62b9
commit 125f9d7fd9
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -243,7 +243,7 @@ let
in {
systemd.services.airdcpp = {
description = "airdcpp webui";
after = [ "network.target" ];
after = [ "network.target" "local-fs.target" ];
wantedBy = [ "multi-user.target" ];
restartIfChanged = true;
serviceConfig = {