#+title: DietPi #+setupfile: ../org-templates/page.org ** systemd-logind Install ~libpam-systemd~: #+begin_src shell sudo apt install -y libpam-systemd #+end_src Unmask and enable systemd-logind: #+begin_src shell sudo systemctl unmask systemd-logind sudo systemctl enable systemd-logind sudo systemctl reboot #+end_src