From ff56f3e3e16a48abf9645d99672c4bc0b3be7875 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sun, 10 Jan 2021 16:58:52 +0100 Subject: [PATCH] clean --- tasks/clean.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/clean.yaml b/tasks/clean.yaml index 5a1a598..981ea56 100644 --- a/tasks/clean.yaml +++ b/tasks/clean.yaml @@ -56,3 +56,9 @@ file: path: ~/.xsessionrc state: absent + +- name: remove autostart desktop app service + file: + path: ~/.config/systemd/user/autostart-desktop-app@.service + state: absent + notify: systemd daemon-reload