f8e1f5a528
tinc (1.0.34-1) unstable; urgency=medium [ Guus Sliepen ] * New upstream release. - Fixes a potential segmentation fault when connecting to an IPv6 peer via a proxy. Closes: #887401 * Add support for the $EXTRA variable in /etc/default/tinc when using systemd. Closes: #887116 [ Benda Xu ] * Prevent possible incorrect IPv6 checksums due to function inlining. Closes: #891400
12 lines
331 B
Text
12 lines
331 B
Text
--- a/systemd/tinc@.service.in
|
|
+++ b/systemd/tinc@.service.in
|
|
@@ -9,7 +9,8 @@
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=@sysconfdir@/tinc/%i
|
|
-ExecStart=@sbindir@/tincd -n %i -D
|
|
+EnvironmentFile=/etc/default/tinc
|
|
+ExecStart=@sbindir@/tincd -n %i -D $EXTRA
|
|
ExecReload=@sbindir@/tincd -n %i -kHUP
|
|
KillMode=mixed
|
|
Restart=on-failure
|