techne/dietpi.org
2024-09-20 21:17:26 -05:00

16 lines
322 B
Org Mode

#+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