1
0
Fork 1
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:
Domen Kožar 2013-08-27 12:02:00 -07:00
commit 718efd02b6

View file

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