From ea3d59d854108f28c2d2d10a5af60fe3d66e1f6f Mon Sep 17 00:00:00 2001 From: GDR! Date: Thu, 11 Dec 2014 21:33:54 +0100 Subject: Added systemd and supervisord config files --- scripts/tuntox.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 scripts/tuntox.conf (limited to 'scripts/tuntox.conf') 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 @@ +; 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 -- cgit v1.2.3