Set KillMode=mixed in the systemd service file.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 28 May 2017 10:42:25 +0000 (12:42 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 28 May 2017 10:42:25 +0000 (12:42 +0200)
commitd7a7797ef35e0fd81c975d41ccfd42a4d2a5ae38
treef74bc0c449a95e1e02bb9a784bace41728d08de5
parent19c0337c4cac78dc302d5a1f637dcad45785a6e3
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.
distro/tinc@.service