Startup Items on Ubuntu
If you’ve ever wanted to get a script to run on boot (or have a daemon like cijoe or ar_sendmail start up, for example), you’ll need to put an appropriate script in the /etc/init.d directory. You’ll also need to ensure it is executable (chmod +x). After that, though, you need to create appropriate symlinked versions [...]


