
Originally Posted by
anton_pm
Definitely is and seems well known. I'm trying to get around this. I think the best way is to remove the entry from rc.* using update-rc so that script isn't called and then maybe use upstart.
Do you know what I would put in an upstart conf to make it load on boot?
This one works for me:
/etc/init/mediatomb.conf:
Code:
# mediatomb
#
description "mediatomb"
author "sisco311"
start on net-device-up
stop on runlevel [016]
emits starting-mediatomb
script
mediatomb -u sisco -g sisco -m /home/sisco
end script
Bookmarks