Page 1 of 1

Start at boot after upgrade to Ubuntu server 16.04

Posted: Wednesday 07 September 2016 19:55
by TinusExcentricus
After upgrading my Ubuntu Server from 14.04 to 16.04, domoticz does not auto start at boot anymore. The last line of these instructions on https://www.domoticz.com/wiki/Linux do not apply anymore, due to the conversion of systemd to upstart.

cd domoticz
sudo cp domoticz.sh /etc/init.d
sudo chmod +x /etc/init.d/domoticz.sh
sudo update-rc.d domoticz.sh defaults

How can I make sure domoticz.sh is executed/started at boot?

Re: Start at boot after upgrade to Ubuntu server 16.04

Posted: Saturday 17 September 2016 15:09
by janegils
I have the same issue, so interested in an answer too...

Re: Start at boot after upgrade to Ubuntu server 16.04

Posted: Sunday 18 September 2016 23:46
by pepijn
Ubuntu switched to systemd as off version 16.04 see this blog post on how to get it 'fixed'

https://randomstuffintech.wordpress.com ... -domoticz/