Difference between revisions of "MiniDLNA"
From Richard's Wiki
(New page: * [http://andrewpeng.net/posts/2010/03/04522-installing-minidlna-on-ubuntu-powerpc.html Installing miniDLNA on Ubuntu]) |
|||
Line 1: | Line 1: | ||
* [http://andrewpeng.net/posts/2010/03/04522-installing-minidlna-on-ubuntu-powerpc.html Installing miniDLNA on Ubuntu] | * [http://andrewpeng.net/posts/2010/03/04522-installing-minidlna-on-ubuntu-powerpc.html Installing miniDLNA on Ubuntu] | ||
+ | * [http://ubuntuforums.org/showthread.php?t=1616685&page=2 Start minidlna at boot time] (...half way down) | ||
+ | ** To auto start minidlna at server boot : | ||
+ | *** sudo cp minidlna.init.d.script /etc/init.d/minidlna | ||
+ | *** sudo chmod +x /etc/init.d/minidlna | ||
+ | *** sudo update-rc.d minidlna defaults | ||
+ | **** Some users had to make that last line into the following below to make it work. For me it worked as above : | ||
+ | **** sudo update-rc.d minidlna defaults 98 2 |
Revision as of 03:50, 28 August 2011
- Installing miniDLNA on Ubuntu
- Start minidlna at boot time (...half way down)
- To auto start minidlna at server boot :
- sudo cp minidlna.init.d.script /etc/init.d/minidlna
- sudo chmod +x /etc/init.d/minidlna
- sudo update-rc.d minidlna defaults
- Some users had to make that last line into the following below to make it work. For me it worked as above :
- sudo update-rc.d minidlna defaults 98 2
- To auto start minidlna at server boot :