From c77093fa9785ca894769d8145b1f2e370fcb90d2 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 25 Nov 2016 12:36:55 +0100 Subject: Exempt systemd-logind from list of restarted services since it aborts user sessions --- whatmaps/debiandistro.py | 1 + 1 file changed, 1 insertion(+) diff --git a/whatmaps/debiandistro.py b/whatmaps/debiandistro.py index a85d9cd..ccc2139 100644 --- a/whatmaps/debiandistro.py +++ b/whatmaps/debiandistro.py @@ -65,6 +65,7 @@ class DebianDistro(Distro): # Per distro regex filter service_blacklist_re = set([ # Restarting these aborts the users session '^user@[0-9]+.service$', + "^systemd-logind.service$", "^(g|k|light|no|sd|w|x)dm(.service)?$", ]) -- cgit v1.2.3