airdcpp module: after local-fs.target
This commit is contained in:
parent
254e9e62b9
commit
125f9d7fd9
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user