|
@@ -518,6 +518,26 @@ config BR2_PACKAGE_SYSTEMD_USERDB
|
|
|
|
|
|
https://www.freedesktop.org/software/systemd/man/systemd-userdbd.service.html
|
|
https://www.freedesktop.org/software/systemd/man/systemd-userdbd.service.html
|
|
|
|
|
|
|
|
+config BR2_PACKAGE_SYSTEMD_UTMP
|
|
|
|
+ bool "enable utmp support"
|
|
|
|
+ help
|
|
|
|
+ systemd-update-utmp-runlevel.service is a service that writes
|
|
|
|
+ SysV runlevel changes to utmp and wtmp, as well as the audit
|
|
|
|
+ logs, as they occur. systemd-update-utmp.service does the
|
|
|
|
+ same for system reboots and shutdown requests.
|
|
|
|
+
|
|
|
|
+ https://www.freedesktop.org/software/systemd/man/systemd-update-utmp.service.html
|
|
|
|
+
|
|
|
|
+ Utmp keeps track of what users do on the system (where they
|
|
|
|
+ logged from, on which terminal, ...) along with a general
|
|
|
|
+ status of the system (list of reboots, current uptime, current
|
|
|
|
+ number of users logged in).
|
|
|
|
+
|
|
|
|
+ You should only enable this if your system will have actual
|
|
|
|
+ users who log in.
|
|
|
|
+
|
|
|
|
+ https://man7.org/linux/man-pages/man5/utmp.5.html
|
|
|
|
+
|
|
config BR2_PACKAGE_SYSTEMD_VCONSOLE
|
|
config BR2_PACKAGE_SYSTEMD_VCONSOLE
|
|
bool "enable vconsole tool"
|
|
bool "enable vconsole tool"
|
|
default y
|
|
default y
|