Skip auto login user (kiosk mode), but keep useful tasks.
This commit is contained in:
parent
8aec6687d7
commit
b5f1e4b66f
3 changed files with 33 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue