Replace hard-code with new ScriptsInterpreter configuration property.
authorVilbrekin <vilbrekin@gmail.com>
Sat, 25 Aug 2012 17:14:00 +0000 (19:14 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 24 Sep 2012 11:55:24 +0000 (13:55 +0200)
commitf2570c1b7f5813e087c867cf002f36f0c09b5cfa
treec6ff3f22b878acc244afb88e59204bb1fd7cb785
parent8a6f278fd2606c0a8f133f05df83b2649eacf6c3
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.
src/process.c