DietPi systemd-logind
2023-11-01
Install libpam-systemd
sudo apt install -y libpam-systemd
Unmask and enable systemd-logind
sudo systemctl unmask systemd-logind
sudo systemctl enable systemd-logind
sudo systemctl reboot
2023-11-01
sudo apt install -y libpam-systemd
sudo systemctl unmask systemd-logind
sudo systemctl enable systemd-logind
sudo systemctl reboot