Remove ExecStop in tinc@.service
authorÉlie Bouttier <elie@bouttier.eu>
Mon, 31 Oct 2016 20:06:32 +0000 (21:06 +0100)
committerÉlie Bouttier <elie@bouttier.eu>
Mon, 31 Oct 2016 20:06:32 +0000 (21:06 +0100)
This avoid tinc to receive SIGTERM twice (through ExecStop and through systemd
directly) which prevented tinc-down script to be executed.

distro/tinc@.service

index 4bb4d2d..c823fa5 100644 (file)
@@ -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