diff options
author | Juan RP <xtraeme@gmail.com> | 2014-08-05 15:35:37 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-08-05 15:35:37 +0200 |
commit | 4914505c4f9ddb16855c7738d3cf25ace191ee7d (patch) | |
tree | fcd03420147b5a7168e6af8bdcf1e3a7d98b423c /services | |
parent | 3498ef6500f6c645bbb173e2f09ce5b705ea6d5f (diff) | |
download | runit-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')
-rwxr-xr-x | services/dbus/run | 1 |
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 |