Florian Will - 2015-03-04

You can't use Type=forking with -S, because it seems like -S prevents minidlna from daemonizing (forking itself into a new process, then exiting the main process). Simply use Type=simple in the systemd service unit to tell systemd that it shouldn't expect the daemon to fork as a sign of "I'm ready" when using -S.