Posts Tagged ‘startup’

How to execute a command, program or script at startup (init mini-howto)

This is a (very) simple guide to adding a command or script to the debian / ubuntu startup sequence. There is obviously much more to it, but if you need to do very simple stuff, this can be useful.
1. Put the script in /etc/init.d - do not forget to give it execute permissions (’chmod a+x [...]

Read the rest of this entry »