From d3a2fc69003a058c0dceb86ade8ee814e54aa807 Mon Sep 17 00:00:00 2001 From: HAT Date: Wed, 18 Dec 2013 22:50:25 +0900 Subject: [PATCH] Workaround for a problem which cannot be advertized by Avahi. Bug #541. --- NEWS | 1 + distrib/initscripts/service.systemd.tmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f9e4f303..07967b43 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,7 @@ Changes in 3.0.7 * FIX: Build fixes for the Kerberos UAM * UPD: Use dedicated exit code for AFP connections that were dropped by the client right after the TCP handshake +* FIX: Workaround for a problem which cannot be advertized by Avahi. Bug #541. Changes in 3.0.6 ================ diff --git a/distrib/initscripts/service.systemd.tmpl b/distrib/initscripts/service.systemd.tmpl index 670f1445..cd17076a 100644 --- a/distrib/initscripts/service.systemd.tmpl +++ b/distrib/initscripts/service.systemd.tmpl @@ -9,7 +9,7 @@ After=syslog.target network.target avahi-daemon.service [Service] Type=forking GuessMainPID=no -ExecStart=:SBINDIR:/netatalk +ExecStart=/bin/sh -c :SBINDIR:/netatalk PIDFile=:PATH_NETATALK_LOCK: ExecReload=/bin/kill -HUP $MAINPID Restart=always -- 2.39.2