diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-05-06 17:51:11 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-05-06 17:51:17 +0200 |
commit | 6f01709adb0e849c4f4d55786e5e471cbe3878e8 (patch) | |
tree | 6344be7c90ed55349cccea9a52090bcfc86c6152 /community/tinc-pre/tinc-pre.confd | |
parent | 49751a9a67e7bf6df04a474f6734989441148949 (diff) | |
download | aports-6f01709adb0e849c4f4d55786e5e471cbe3878e8.tar.bz2 aports-6f01709adb0e849c4f4d55786e5e471cbe3878e8.tar.xz |
community/tinc-pre: fix init and move to community
Diffstat (limited to 'community/tinc-pre/tinc-pre.confd')
-rw-r--r-- | community/tinc-pre/tinc-pre.confd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/community/tinc-pre/tinc-pre.confd b/community/tinc-pre/tinc-pre.confd new file mode 100644 index 0000000000..cedca60c42 --- /dev/null +++ b/community/tinc-pre/tinc-pre.confd @@ -0,0 +1,20 @@ +#rc_need="net.net" + +#If you want tincd to log to syslog, then set this to "yes" +#Anything else and tincd will log to /var/log/tinc.NETNAME.log. +SYSLOG="yes" + +#Set debug level, useful for error probe +# 0 Quiet mode, only show starting/stopping of the daemon +# 1 Show (dis)connects of other tinc daemons via TCP +# 2 Show error messages received from other hosts +# 2 Show status messages received from other hosts +# 3 Show the requests that are sent/received +# 4 Show contents of every request that is sent/received +# 5 Show network traffic information +# 6 Show contents of each packet that is being sent/received +# 10 You have been warned +DEBUG_LEVEL="0" + +#Extra Options, if you want addtional customization +EXTRA_OPTS="" |