This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
disable old lockscreen auto service
main
Markus Katharina Brechtel
1 year ago
parent
fe6867743d
commit
dec4967583
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
tasks/clean.yaml
+ 8
- 0
tasks/clean.yaml
View 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