From: Élie Bouttier Date: Mon, 31 Oct 2016 20:06:32 +0000 (+0100) Subject: Remove ExecStop in tinc@.service X-Git-Tag: release-1.0.31~1 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=c443a1c5d64d4827e12bd914b3925150fc202692;ds=sidebyside Remove ExecStop in tinc@.service This avoid tinc to receive SIGTERM twice (through ExecStop and through systemd directly) which prevented tinc-down script to be executed. --- diff --git a/distro/tinc@.service b/distro/tinc@.service index 4bb4d2dd..c823fa5a 100644 --- a/distro/tinc@.service +++ b/distro/tinc@.service @@ -8,7 +8,6 @@ Type=simple WorkingDirectory=/etc/tinc/%i ExecStart=/usr/sbin/tincd -n %i -D ExecReload=/usr/sbin/tincd -n %i -kHUP -ExecStop=/usr/sbin/tincd -n %i -k TimeoutStopSec=5 Restart=always RestartSec=60