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:
parent
3ad886f824
commit
e884dc32c5
@ -79,7 +79,7 @@ in
|
||||
{ description = "MiniDLNA Server";
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
after = [ "network.target" "local-fs.target" ];
|
||||
|
||||
preStart =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user