mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
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 a new issue