From: slowfranklin Date: Thu, 19 Dec 2013 08:33:42 +0000 (-0800) Subject: Merge pull request #12 from hat001/avahi-workaround-3-1 X-Git-Url: https://arthur.barton.de/gitweb/?p=netatalk.git;a=commitdiff_plain;h=9da272ab4afa113ae517cf7020a7a97f13e870d7;hp=70e3fcd8744752d6de0b93d089f41c28dca30bde Merge pull request #12 from hat001/avahi-workaround-3-1 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