projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
844dfe9
)
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
patch
|
blob
|
history
diff --git
a/distro/tinc@.service
b/distro/tinc@.service
index
4bb4d2d
..
c823fa5
100644
(file)
--- 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