Starting Services on Ubuntu

written by justin on January 19th, 2008 @ 01:38 PM

If you have a startup script that you need to register on Ubuntu or Debian:

sudo update-rc.d "startup script name goes here" defaults

Post a comment