After installation and configuration of mini-dnstall it's a nice ida to have upstart service.
Take a look here for example
Take a look here for example
https://github.com/aakhmerov/examples/blob/mini-dinstall-upstart/mini-dinstall
see in README.md installation instructions for ubuntusudo cp ./mini-dinstall /etc/init.d
sudo chmod 755 /etc/init.d/mini-dinstall
sudo chown root:root /etc/init.d/mini-dinstall
sudo update-rc.d mini-dinstall defaults
initial version of upstart taken from http://burtonini.com/computing/mini-dinstall
No comments:
Post a Comment