summaryrefslogtreecommitdiffstats
path: root/dbus/post-install
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-08-06 14:25:41 +0200
committerpiernov <piernov@piernov.org>2012-08-06 14:25:41 +0200
commit67a3607180754e184787c9e2c9fb5a85e33ccfdd (patch)
tree5749969f91b5044dba468bb33eab88c26f5156db /dbus/post-install
parent9fcefccdb91e0b8eaf45104229d4656dd1c5de7f (diff)
downloadnutyx-pakxe-67a3607180754e184787c9e2c9fb5a85e33ccfdd.tar.gz
nutyx-pakxe-67a3607180754e184787c9e2c9fb5a85e33ccfdd.tar.bz2
nutyx-pakxe-67a3607180754e184787c9e2c9fb5a85e33ccfdd.tar.xz
nutyx-pakxe-67a3607180754e184787c9e2c9fb5a85e33ccfdd.zip
dbus dans base
Diffstat (limited to 'dbus/post-install')
-rw-r--r--dbus/post-install5
1 files changed, 5 insertions, 0 deletions
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
+