From 67a3607180754e184787c9e2c9fb5a85e33ccfdd Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 6 Aug 2012 14:25:41 +0200 Subject: dbus dans base --- dbus/post-install | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dbus/post-install (limited to 'dbus/post-install') diff --git a/dbus/post-install b/dbus/post-install new file mode 100644 index 000000000..9f9715396 --- /dev/null +++ b/dbus/post-install @@ -0,0 +1,5 @@ +# getent group dbus >/dev/null || usr/sbin/groupadd -g 81 dbus +# getent passwd dbus >/dev/null || usr/sbin/useradd -c 'System message bus' -u 81 -g dbus -d '/' -s /bin/false dbus +usr/bin/passwd -l dbus &>/dev/null +dbus-uuidgen --ensure + -- cgit v1.2.3-70-g09d2