Add local-fs.target to minidlna.

Minidlna fails to start if it wants to access a filesystem which isn't
mounted (yet).
This commit is contained in:
Moritz Ulrich 2014-11-12 23:19:43 +01:00
parent 3ad886f824
commit e884dc32c5

View File

@ -79,7 +79,7 @@ in
{ description = "MiniDLNA Server"; { description = "MiniDLNA Server";
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
after = [ "network.target" ]; after = [ "network.target" "local-fs.target" ];
preStart = preStart =
'' ''