Sfoglia il codice sorgente

disable old lockscreen auto service

main
parent
commit
dec4967583
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. +8
    -0
      tasks/clean.yaml

+ 8
- 0
tasks/clean.yaml Vedi File

@@ -14,7 +14,15 @@
- select-screenlayout
- timer

- name: stop lockscreen-auto systemd user service
systemd:
name: lockscreen-auto.service
state: stopped
scope: user
enabled: false

- name: remove lockscreen-auto systemd user service
file:
path: ~/.config/systemd/user/lockscreen-auto.service
state: absent