tuntox.conf 259 B

123456789101112131415
  1. ; supervisord config file
  2. ;
  3. ; Copy the tuntox binary to /usr/bin/ before using this file
  4. [program:tuntox]
  5. command = /usr/bin/tuntox
  6. autostart = true
  7. startsecs = 20
  8. ; change user here
  9. user = proxy
  10. redirect_stderr = true
  11. stdout_logfile = /var/log/tuntox.log