diff options
Diffstat (limited to 'chapter06/dbus.xml')
-rw-r--r-- | chapter06/dbus.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/dbus.xml b/chapter06/dbus.xml index 7d148d5ce..bb4bffc76 100644 --- a/chapter06/dbus.xml +++ b/chapter06/dbus.xml @@ -96,6 +96,11 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri <screen><userinput remap="install">ln -sfv /etc/machine-id /var/lib/dbus</userinput></screen> + <para>Move the socket file to /run instead of the deprecated + /var/run:</para> + + <screen><userinput remap="install">sed -i 's:/var/run:/run:' /lib/systemd/system/dbus.socket</userinput></screen> + </sect2> <sect2 id="contents-dbus" role="content"> |