Skip to content
  • Steven Hazel's avatar
    added User and Group options -- if you set them, tor will try to · b1eca56b
    Steven Hazel authored
    setuid and setgid respectively, and die if it can't.
    
    (If the User option is set, tor will setgid to the user's gid as well.)
    
    This happens after the pidfile is created, so that in cases where tor
    needs to be root to work with the pidfile, it will at least be able to
    create it, although it won't be able to delete it.  That sucks, but
    it's somewhat better than not being able to create the pidfile in the
    first place.
    
    
    svn:r652
    b1eca56b