summaryrefslogtreecommitdiff
path: root/net-dns/avahi-base/files/avahi-0.6.31-workaround-systemd-stop-timeout.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/avahi-base/files/avahi-0.6.31-workaround-systemd-stop-timeout.patch')
-rw-r--r--net-dns/avahi-base/files/avahi-0.6.31-workaround-systemd-stop-timeout.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-dns/avahi-base/files/avahi-0.6.31-workaround-systemd-stop-timeout.patch b/net-dns/avahi-base/files/avahi-0.6.31-workaround-systemd-stop-timeout.patch
new file mode 100644
index 00000000..947ba9ec
--- /dev/null
+++ b/net-dns/avahi-base/files/avahi-0.6.31-workaround-systemd-stop-timeout.patch
@@ -0,0 +1,10 @@
+--- a/avahi-daemon/avahi-daemon.service.in
++++ b/avahi-daemon/avahi-daemon.service.in
+@@ -24,6 +24,7 @@ Type=dbus
+ BusName=org.freedesktop.Avahi
+ ExecStart=@sbindir@/avahi-daemon -s
+ ExecReload=@sbindir@/avahi-daemon -r
++TimeoutStopSec=5
+ NotifyAccess=main
+
+ [Install]