mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] rauc: install rauc service wrapper script for non-systemd systems
@ 2018-02-13 10:22 Bastian Stender
  2018-02-13 11:51 ` Michael Olbrich
  0 siblings, 1 reply; 6+ messages in thread
From: Bastian Stender @ 2018-02-13 10:22 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Stender

This is called by dbus activation via
/usr/share/dbus-1/system-services/de.pengutronix.rauc.service when
systemd is not used.

Signed-off-by: Bastian Stender <bst@pengutronix.de>
---
 rules/rauc.make | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules/rauc.make b/rules/rauc.make
index bc3b9462a..c7879f348 100644
--- a/rules/rauc.make
+++ b/rules/rauc.make
@@ -81,6 +81,9 @@ ifdef PTXCONF_INITMETHOD_SYSTEMD
 		/usr/lib/systemd/system/rauc-mark-good.service)
 	@$(call install_link, rauc, ../rauc-mark-good.service, \
 		/usr/lib/systemd/system/multi-user.target.wants/rauc-mark-good.service)
+else
+	@$(call install_copy, rauc, 0, 0, 0755, -, \
+		/usr/libexec/rauc-service.sh)
 endif
 
 	@$(call install_finish, rauc)
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-02-13 16:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-13 10:22 [ptxdist] [PATCH] rauc: install rauc service wrapper script for non-systemd systems Bastian Stender
2018-02-13 11:51 ` Michael Olbrich
2018-02-13 12:00   ` Bastian Stender
2018-02-13 13:45     ` Bastian Stender
2018-02-13 15:42       ` Enrico Joerns
2018-02-13 16:01         ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox