diff options
author | tnut <tnut at nutyx dot com> | 2012-04-03 20:45:56 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-04-03 20:45:56 +0200 |
commit | f0636ecbaad92e03e7db5aa5034ef4d6d06e4cc8 (patch) | |
tree | 5ef43049d1a9d89d6824ab0b1caa195e6bc2d32c /dbus/post-install | |
parent | 2c891bec631c57f3103e691306cab38e9116bcbf (diff) | |
download | nutyx-pakxe-f0636ecbaad92e03e7db5aa5034ef4d6d06e4cc8.tar.gz nutyx-pakxe-f0636ecbaad92e03e7db5aa5034ef4d6d06e4cc8.tar.bz2 nutyx-pakxe-f0636ecbaad92e03e7db5aa5034ef4d6d06e4cc8.tar.xz nutyx-pakxe-f0636ecbaad92e03e7db5aa5034ef4d6d06e4cc8.zip |
dbus est un service
Diffstat (limited to 'dbus/post-install')
-rw-r--r-- | dbus/post-install | 5 |
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 + |