summaryrefslogtreecommitdiff
path: root/scripts/tuntox.conf
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tuntox.conf')
-rw-r--r--scripts/tuntox.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/tuntox.conf b/scripts/tuntox.conf
new file mode 100644
index 0000000..eb26587
--- /dev/null
+++ b/scripts/tuntox.conf
@@ -0,0 +1,14 @@
1; supervisord config file
2;
3; Copy the tuntox binary to /usr/bin/ before using this file
4
5[program:tuntox]
6command = /usr/bin/tuntox
7autostart = true
8startsecs = 20
9
10; change user here
11user = proxy
12
13redirect_stderr = true
14stdout_logfile = /var/log/tuntox.log