From 4914505c4f9ddb16855c7738d3cf25ace191ee7d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 5 Aug 2014 15:35:37 +0200 Subject: services/dbus: run dbus-uuidgen --ensure to create /var/lib/machine-id. --- services/dbus/run | 1 + 1 file changed, 1 insertion(+) (limited to 'services/dbus') 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 -- cgit 1.4.1