Проблема с запуском systemd-logind.service
ОС Debian 9.
В лог /var/log/syslog постоянно сыпется следующее:
systemd-logind.service: Start operation timed out. Terminating. Failed to start Login Service. systemd-logind.service: Unit entered failed state. systemd-logind.service: Failed with result 'timeout'. systemd-logind.service: Service has no hold-off time, scheduling restart
Запуск или перезапуск сервиса через systemctl stop|start systemd-logind.service не помогает.
В моём случае помогла команда:
systemctl daemon-reexe
daemon-reexec
Reexecute the systemd manager. This will serialize the manager state, reexecute the process and deserialize the state again. This command is of little use except for debugging and package upgrades. Sometimes, it might be helpful as a heavy-weight daemon-reload. While the daemon is being reexecuted, all sockets systemd listening on behalf of user configuration will stay accessible.