From: HAT Date: Wed, 18 Dec 2013 13:50:25 +0000 (+0900) Subject: Workaround for a problem which cannot be advertized by Avahi. Bug #541. X-Git-Url: https://arthur.barton.de/gitweb/?p=netatalk.git;a=commitdiff_plain;h=d3a2fc69003a058c0dceb86ade8ee814e54aa807 Workaround for a problem which cannot be advertized by Avahi. Bug #541. --- 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