minidlna: Start after networking.target.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
Moritz Ulrich 2013-08-27 20:51:34 +02:00
parent 2dd8b19eac
commit f8d1aac7d8

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