Start Twonky On Boot

From Twonky

Jump to: navigation, search

Under Windows, this should happen automatically. However on Linux and NAS systems this may not happen. This page is to cover those systems where on-boot startup needs an additional step.

Debian

(su to get root)

Put the script twonkymedia.sh on /etc/init.d/ and create these symbolic links :

ln -s /etc/init.d/twonkymedia.sh /etc/rc2.d/S99mediaserver
ln -s /etc/init.d/twonkymedia.sh /etc/rc6.d/K99mediaserver
ln -s /etc/init.d/twonkymedia.sh /etc/rc0.d/K99mediaserver

Ubuntu

Put the script twonkymedia.sh on /etc/init.d/ and create these symbolic links :

sudo ln -s /etc/init.d/twonkymedia.sh /etc/rc2.d/S99mediaserver
sudo ln -s /etc/init.d/twonkymedia.sh /etc/rc6.d/K99mediaserver
sudo ln -s /etc/init.d/twonkymedia.sh /etc/rc0.d/K99mediaserver
Personal tools