Skip to content

Instantly share code, notes, and snippets.

@ulinkwo
Created June 14, 2011 04:34
Show Gist options
  • Save ulinkwo/1024328 to your computer and use it in GitHub Desktop.
Save ulinkwo/1024328 to your computer and use it in GitHub Desktop.
Howto: Start Subversion at Boot on Ubuntu
#!/bin/sh
# Step 1 – Create your script.
# Step 2 – Save the script in the /etc/init.d/ folder
# Step 3 – Make the script executable
# sudo chmod +x svnserve
# Step 4 – Add the script to the boot sequence
# sudo update-rc.d svnserve defaults
svnserve -d -r /usr/local/svn/repository_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment