Systemd-hostnamed: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * <tt>hostnamectl</tt>") |
No edit summary |
||
Line 1: | Line 1: | ||
=External= | |||
* http://www.freedesktop.org/wiki/Software/systemd/hostnamed/ | |||
* http://man7.org/linux/man-pages/man8/systemd-hostnamed.8.html | |||
* http://man7.org/linux/man-pages/man1/hostnamectl.1.html | |||
=Internal= | =Internal= | ||
* <tt>[[hostnamectl]]</tt> | * <tt>[[hostnamectl]]</tt> | ||
* <tt>[[hostname]]</tt> | |||
* [[systemd]] | |||
* [[systemctl]] | |||
* [[NetworkManager]] | |||
=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. | |||
Seem to be related to {{dbus-org.freedesktop.hostname1.service}} | |||
!!!/etc/hostname | |||
The daemon writes (overwrites) /etc/hostname via [hostnamectl]. | |||
Also see | |||
|[hostname#EtcHostname] | |||
!!!systemctl | |||
{{{ | |||
systemctl status systemd-hostnamed.service | |||
systemctl status dbus-org.freedesktop.hostname1.service | |||
}}} | |||
__Referenced by:__\\ | |||
[{INSERT com.ecyrd.jspwiki.plugin.ReferringPagesPlugin WHERE max=20, maxwidth=50}] |
Revision as of 04:52, 7 August 2016
External
- http://www.freedesktop.org/wiki/Software/systemd/hostnamed/
- http://man7.org/linux/man-pages/man8/systemd-hostnamed.8.html
- http://man7.org/linux/man-pages/man1/hostnamectl.1.html
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.
Seem to be related to Template:Dbus-org.freedesktop.hostname1.service
!!!/etc/hostname
The daemon writes (overwrites) /etc/hostname via [hostnamectl].
Also see
|[hostname#EtcHostname]
!!!systemctl
{{{
systemctl status systemd-hostnamed.service
systemctl status dbus-org.freedesktop.hostname1.service
}}}
__Referenced by:__\\ [{INSERT com.ecyrd.jspwiki.plugin.ReferringPagesPlugin WHERE max=20, maxwidth=50}]