Systemd-hostnamed: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 23: Line 23:
=<tt>systemctl</tt>=
=<tt>systemctl</tt>=


<tt>
<pre>
systemctl status systemd-hostnamed.service     
systemctl status systemd-hostnamed.service     
systemctl status dbus-org.freedesktop.hostname1.service
systemctl status dbus-org.freedesktop.hostname1.service
</tt>
</pre>

Revision as of 04:56, 7 August 2016

External

Internal

Overview

A system service that may be used as a mechanism to change the system's hostname. systemd-hostnamed is automatically activated on request and terminates itself when it is unused. It seem to be related to dbus-org.freedesktop.hostname1.service.

/etc/hostname

The daemon writes (overwrites) /etc/hostname via hostnamectl. Also see Linux Hostname /etc/hostname.

systemctl

systemctl status systemd-hostnamed.service    
systemctl status dbus-org.freedesktop.hostname1.service