You can make one autostartup script for ubuntu(debian) easily, and put commands to be started up automatically at boot. Here’s what you have to do: sudo nano /etc/init.d/local.startup You can name the new file whatever you want, but in this example i haveused local.startup. Type #!/bin/sh on the first line of the file.Now type your
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok
Howto create an autostartup script for Debian and Ubuntu systems
You can make one autostartup script for ubuntu(debian) easily, and put commands to be started up automatically at boot. Here’s what you have to do: sudo nano /etc/init.d/local.startup You can name the new file whatever you want, but in this example i haveused local.startup. Type #!/bin/sh on the first line of the file.Now type your
Read More