You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Shairport Sync gets compiled with --with-tinysvcmdns instead of --with-avahi, the make-installed systemd startup service file still requires the Avahi service to be present.
That makes Shairport Sync fail to start.
I'd suggest that
either a 2nd systemd startup service file should get installed or
Thanks again for reporting this issue. An update has been pushed into the development branch which should fix this problem. The correct version of the systemd startup service file should be installed, depending on whether or not the Avahi service is required by Shairport Sync.
If you got a chance to try it out and report back, it would be appreciated.
If Shairport Sync gets compiled with
--with-tinysvcmdns
instead of--with-avahi
, the make-installedsystemd
startup service file still requires the Avahi service to be present.That makes Shairport Sync fail to start.
I'd suggest that
systemd
startup service file should get installed ororiginal:
needs to be
if compiled with
--with-tinysvcmdns
and Avahi not being present.Thx for the great work btw.
The text was updated successfully, but these errors were encountered: