Set KillMode=mixed in the systemd service file.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 28 May 2017 10:48:32 +0000 (12:48 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 28 May 2017 10:48:32 +0000 (12:48 +0200)
commit93584bc1cad7c7cc9c95859a8cde548bc18b6fa8
tree983d8db592982a3d40a5413e8dbe3144f31217ec
parent970799aa3406c22a575f665d3964c15d7c9ab555
Set KillMode=mixed in the systemd service file.

This ensures only the main process is sent the SIGTERM, and not anything
else that might have started in the same control group, including the
tinc-down script.

Closes #145 on GitHub.
systemd/tinc@.service