SYSTEMD-TIMEDATED.SERVICE(8) systemd-timedated.service SYSTEMD-TIMEDATED.SERVICE(8)NAME
systemd-timedated.service, systemd-timedated - Time and date bus mechanism
SYNOPSIS
systemd-timedated.service
/lib/systemd/systemd-timedated
DESCRIPTION
systemd-timedated is a system service that may be used as a mechanism to change the system clock and timezone, as well as to enable/disable
NTP time synchronization. systemd-timedated is automatically activated on request and terminates itself when it is unused.
The tool timedatectl(1) is a command line client to this service.
See the developer documentation[1] for information about the APIs systemd-timedated provides.
SEE ALSO systemd(1), timedatectl(1), localtime(5), hwclock(8)NOTES
1. developer documentation
https://www.freedesktop.org/wiki/Software/systemd/timedated
systemd 237SYSTEMD-TIMEDATED.SERVICE(8)
Check Out this Related Man Page
SYSTEMD-LOCALED.SERVICE(8) systemd-localed.service SYSTEMD-LOCALED.SERVICE(8)NAME
systemd-localed.service, systemd-localed - Locale bus mechanism
SYNOPSIS
systemd-localed.service
/lib/systemd/systemd-localed
DESCRIPTION
systemd-localed is a system service that may be used as mechanism to change the system locale settings, as well as the console key mapping
and default X11 key mapping. systemd-localed is automatically activated on request and terminates itself when it is unused.
The tool localectl(1) is a command line client to this service.
See the developer documentation[1] for information about the APIs systemd-localed provides.
SEE ALSO systemd(1), locale.conf(5), vconsole.conf(5), localectl(1), loadkeys(1)NOTES
1. developer documentation
https://www.freedesktop.org/wiki/Software/systemd/localed
systemd 237 SYSTEMD-LOCALED.SERVICE(8)
What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file.
# When the shell exits, append to the history file instead of overwriting it
shopt -s histappend (3 Replies)