commit a1cc285334d6ffeda9dd64b9db0827c05e88a61a Author: kueller Date: Thu Sep 9 10:54:49 2010 +0000 upstart startup/shutdown für minidlna hinzugefügt git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_minidlna@5820 504e572c-2e33-0410-9681-be2bf7408885 diff --git a/etc/init/minidlna.conf b/etc/init/minidlna.conf new file mode 100644 index 0000000..2990d76 --- /dev/null +++ b/etc/init/minidlna.conf @@ -0,0 +1,12 @@ +description "Samba file Deamon" +author "Harald Kueller " +version 1.0 +emits none special + +start on (runlevel [2345] and (started ifup)) +stop on runlevel [016] + +console none + +expect fork +exec /opt/dlna/sbin/minidlna