We need to lump together Apache2 Server and xsp2 server(or mod-mono-server server) in the configuration for the auto start sample shown below when the PC reboots.
Quoting from the article, https://askubuntu.com/questions/9382/how-can-i-configure-a-service-to-run-at-startup
"sudo update-rc.d minidlna defaults
This should add the service to the automatic startup system. But if you get:
System start/stop links for /etc/init.d/minidlna already exist.
Do the command
sudo update-rc.d minidlna enable"
How could I adapt the above sample so that Apache2 Server and xsp2 server are lumped together during the automatic startup procedure?
I was thinking of launching Apache2 first directly followed by launching xsp2 next. Is this possible to do with Ubuntu 16.04 or is there a better way?
Any help is greatly appreciated.