summaryrefslogtreecommitdiff
path: root/scripts/tuntox.conf
diff options
context:
space:
mode:
authorGDR! <gdr@go2.pl>2014-12-11 21:33:54 +0100
committerGDR! <gdr@go2.pl>2014-12-11 21:33:54 +0100
commitea3d59d854108f28c2d2d10a5af60fe3d66e1f6f (patch)
tree6e826c3dcecc76930519a7a75b1436a7198a5db7 /scripts/tuntox.conf
parentd81429c916e41958483256556dea861cb97487c4 (diff)
Added systemd and supervisord config files
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