Results 1 to 3 of 3

Thread: svnserve start at boot

  1. #1

    svnserve start at boot

    Hi folks,

    I'm trying to launch svnserve at bootup, so I added in post-boot:

    svnserve -d -r /tmp/myrepository

    but it's not running after boot ... paths are correct, because starting the daemon from shell with the same command line works perfectly...

    I even added a little sleep before ... to no prevail...

    Any suggestions are very much appreciated !

    Reagrds

    Zigster

  2. #2
    Join Date
    Jun 2005
    Location
    Slovenia
    Posts
    736
    add
    Code:
    export PATH=/opt/bin:/opt/sbin:$PATH
    at beginning of your script.

  3. #3

    Thumbs up thx

    Hi oleo,

    works like a charm ... thank you!

    Zigster

Similar Threads

  1. Replies: 1
    Last Post: 07-01-2007, 09:51
  2. let samba start on boot
    By MHz in forum WL-500g Q&A
    Replies: 5
    Last Post: 29-05-2006, 09:47
  3. Boot the Router over Network TFTP+NFS
    By tomekmik in forum WL-500g Custom Development
    Replies: 7
    Last Post: 14-01-2006, 21:11
  4. web interface loads only occasionally during boot
    By oferlaor in forum WL-500g Q&A
    Replies: 5
    Last Post: 18-10-2004, 10:48

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •