Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-home
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
disable old lockscreen auto service
main
Markus Katharina Brechtel
1 anno fa
parent
fe6867743d
commit
dec4967583
1 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+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