From b1a954eace84207225e09f318728e90eae03fe97 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 7 Jun 2010 04:20:50 +0200 Subject: [PATCH] dbus: add missing bus activation file --- src/org.freedesktop.systemd1.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/org.freedesktop.systemd1.service diff --git a/src/org.freedesktop.systemd1.service b/src/org.freedesktop.systemd1.service new file mode 100644 index 000000000..7e1dfd47e --- /dev/null +++ b/src/org.freedesktop.systemd1.service @@ -0,0 +1,11 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +[D-BUS Service] +Name=org.freedesktop.systemd1 +Exec=/bin/false +User=root -- 2.30.2