Thanks, applied as 86f020c0261b19e120b22a979945b97bb9c5faab. Michael
[sent from post-receive hook] On Fri, 17 Jul 2020 13:57:03 +0200, Roland Hieber <[email protected]> wrote: > Do the same as for the service unit, otherwise the installed socket unit > does not make much sense without additional configuration. > > Signed-off-by: Roland Hieber <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/gpsd.make b/rules/gpsd.make > index 02328d7ca5e8..f75caa5b4bbd 100644 > --- a/rules/gpsd.make > +++ b/rules/gpsd.make > @@ -170,6 +170,8 @@ ifdef PTXCONF_GPSD_SYSTEMD_UNIT > /usr/lib/systemd/system/multi-user.target.wants/gpsd.service) > @$(call install_alternative, gpsd, 0, 0, 644, \ > /usr/lib/systemd/system/gpsd.socket) > + @$(call install_link, gpsd, ../gpsd.socket, \ > + /usr/lib/systemd/system/sockets.target.wants/gpsd.socket) > ifdef PTXCONF_GPSD_GPSCTL > @$(call install_alternative, gpsd, 0, 0, 644, \ > /usr/lib/systemd/system/[email protected]) _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
