Skip auto login user (kiosk mode), but keep useful tasks.

This commit is contained in:
Andreas B. Mundt 2020-12-04 18:40:07 +01:00
parent 8aec6687d7
commit b5f1e4b66f
3 changed files with 33 additions and 4 deletions

View file

@ -6,3 +6,13 @@
systemd:
daemon_reload: yes
listen: "reload systemd"
- name: run update-grub
command: update-grub
listen: update grub
- name: enable tmp.mount
systemd:
daemon_reload: yes
name: tmp.mount
enabled: yes