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