From: Vilbrekin Date: Sat, 25 Aug 2012 17:14:00 +0000 (+0200) Subject: Replace hard-code with new ScriptsInterpreter configuration property. X-Git-Tag: release-1.1pre3~36^2~9 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=f2570c1b7f5813e087c867cf002f36f0c09b5cfa;hp=f2570c1b7f5813e087c867cf002f36f0c09b5cfa Replace hard-code with new ScriptsInterpreter configuration property. This new setting allows choosing a custom script interpreter used for the various tinc callbacks. If none is specified, the script itself is called as executable (as before). This is particularly useful when storing tinc configuration and script on a mount point with no-exec attribute. ---