Replace hard-code with new ScriptsInterpreter configuration property.
authorVilbrekin <vilbrekin@gmail.com>
Sat, 25 Aug 2012 17:14:00 +0000 (19:14 +0200)
committerVilbrekin <vilbrekin@gmail.com>
Sat, 25 Aug 2012 17:14:00 +0000 (19:14 +0200)
commitf81b7ce3628404d057b34c5895634a983a8f2e0e
treec6ff3f22b878acc244afb88e59204bb1fd7cb785
parent347c1d47077faecf900fdad8f7003e8ea43507d3
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