summary refs log tree commit diff
path: root/services/dbus
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-08-05 15:35:37 +0200
committerJuan RP <xtraeme@gmail.com>2014-08-05 15:35:37 +0200
commit4914505c4f9ddb16855c7738d3cf25ace191ee7d (patch)
treefcd03420147b5a7168e6af8bdcf1e3a7d98b423c /services/dbus
parent3498ef6500f6c645bbb173e2f09ce5b705ea6d5f (diff)
downloadrunit-void-4914505c4f9ddb16855c7738d3cf25ace191ee7d.tar.gz
runit-void-4914505c4f9ddb16855c7738d3cf25ace191ee7d.tar.xz
runit-void-4914505c4f9ddb16855c7738d3cf25ace191ee7d.zip
services/dbus: run dbus-uuidgen --ensure to create /var/lib/machine-id.
Diffstat (limited to 'services/dbus')
-rwxr-xr-xservices/dbus/run1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/dbus/run b/services/dbus/run
index ed60b73..2ed764d 100755
--- a/services/dbus/run
+++ b/services/dbus/run
@@ -1,3 +1,4 @@
 #!/bin/sh
 [ ! -d /run/dbus ] && install -m755 -g 22 -o 22 -d /run/dbus
+dbus-uuidgen --ensure
 exec dbus-daemon --system --nofork --nopidfile