Good catch on the dbus dependency. FYI: I’ve been learning how to configure systemd systems and discovered that hostnamectl set-hostname myhostname automatically updates the contents of /etc/hostname (the static hostname) so there’s no need for the first echo command. – Anthony GeogheganJul 14 at 12:01
hostnamectl set-hostname myhostname
automatically updates the contents of/etc/hostname
(the static hostname) so there’s no need for the firstecho
command. – Anthony Geoghegan Jul 14 at 12:01