techne/dietpi.org

16 lines
322 B
Org Mode
Raw Normal View History

2024-09-21 04:17:26 +02:00
#+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