mirror of
https://codeberg.org/hyperreal/techne
synced 2024-11-01 14:23:06 +01:00
16 lines
322 B
Org Mode
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
|