Thanks, applied as 09c76f2c58db9d24045db92ddd3e976b47cd0012. Michael
[sent from post-receive hook] On Mon, 08 Sep 2025 09:24:18 +0200, Fabian Pflug <[email protected]> wrote: > Use alternative instead of copy in order to provide your own > mosquitto.service file for easier changes. > > Signed-off-by: Fabian Pflug <[email protected]> > Tested-by: Alexander Dahl <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/mosquitto.make b/rules/mosquitto.make > index 488618e15478..ccc0d2eaace9 100644 > --- a/rules/mosquitto.make > +++ b/rules/mosquitto.make > @@ -99,7 +99,7 @@ ifdef PTXCONF_MOSQUITTO_BROKER > /etc/mosquitto/mosquitto.conf) > > ifdef PTXCONF_MOSQUITTO_SYSTEMD_UNIT > - @$(call install_copy, mosquitto, 0, 0, 0644, -, \ > + @$(call install_alternative, mosquitto, 0, 0, 0644, \ > /usr/lib/systemd/system/mosquitto.service) > @$(call install_link, mosquitto, ../mosquitto.service, \ > > /usr/lib/systemd/system/multi-user.target.wants/mosquitto.service)
