Blog Entry
auto run svnserve at startup on linux
$ cd /etc/init.d/ $ sudo vim svnserve svnserve -d -r /usr/local/svn/repository_nameafter saving the script in /etc/init.d/
$ sudo chmod +x svnserveFinally add the script to the boot sequence:
$ sudo update-rc.d svnserve defaults
- Posted on:
- 2008.01.09 -0600
- Tags:
- gnu/linux
víctor adán