From af77b6c2c1430f00850cb15ed0eda0a0fb41e1df Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 18 Sep 2013 15:05:07 +0200 Subject: [dbus] Create systemd service using a template instead of grabbing from running system Also remove the ugly hack that moves /lib/systemd to /etc/systemd; this would only help mixing systemd service files from the running system with our own -- trouble ahead! Warn if /lib/systemd exists in the target build dir. --- remote/modules/dbus/data/etc/systemd/system/dbus.socket | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 remote/modules/dbus/data/etc/systemd/system/dbus.socket (limited to 'remote/modules/dbus/data/etc/systemd/system') diff --git a/remote/modules/dbus/data/etc/systemd/system/dbus.socket b/remote/modules/dbus/data/etc/systemd/system/dbus.socket new file mode 100644 index 00000000..5c373cf4 --- /dev/null +++ b/remote/modules/dbus/data/etc/systemd/system/dbus.socket @@ -0,0 +1,5 @@ +[Unit] +Description=D-Bus System Message Bus Socket + +[Socket] +ListenStream=/run/dbus/system_bus_socket -- cgit v1.2.3-55-g7522