-
Running a script at startup in Ubuntu Server
There is a script located at /etc/rc.local that runs when the server starts up. By default, all the script has in it is this: #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will “exit 0” on success or any…