aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hosts/default/usr/local/bin/service
Commit message (Collapse)AuthorAgeFilesLines
* testing: Add wrapper around service commandTobias Brunner2017-05-261-0/+22
When charon is started via service command LEAK_DETECTIVE_LOG is not set because the command strips the environment. Since we only want the variable to be set during the automated test runs we can't just set it in /etc/default/charon. Instead, we do so in this wrapper when charon is started and remove the variable again when it is stopped.