Start at boot after upgrade to Ubuntu server 16.04
Posted: Wednesday 07 September 2016 19:55
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?
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?