Merge pull request #235 from the-kenny/fix-minidlna
minidlna: Start after networking.target.
This commit is contained in:
commit
718efd02b6
@ -84,6 +84,7 @@ in
|
||||
{ description = "MiniDLNA Server";
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
|
||||
preStart =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user