Skip to content

Instantly share code, notes, and snippets.

@ricroberts
Created October 15, 2010 13:37
Show Gist options
  • Save ricroberts/628193 to your computer and use it in GitHub Desktop.
Save ricroberts/628193 to your computer and use it in GitHub Desktop.
sudo chmod +x /etc/init.d/joseki
sudo update-rc.d joseki defaults
# start with
sudo /etc/init.d/joseki start
# stop with
sudo /etc/init.d/joseki stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment