diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-03-20 02:02:42 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-03-20 02:02:42 +0000 |
commit | c06f49afdc987358617a3d6b70e8ad9161206aef (patch) | |
tree | 332d6a0aecee294b502c991269124e4349fc12a0 /chapter06/dbus.xml | |
parent | 840b7db933f2814ec5be1b0909c07712fb047c93 (diff) |
Update to systemd-245
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11793 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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"> |