aboutsummaryrefslogtreecommitdiff
path: root/whatmaps/debiandistro.py
diff options
context:
space:
mode:
Diffstat (limited to 'whatmaps/debiandistro.py')
-rw-r--r--whatmaps/debiandistro.py1
1 files changed, 1 insertions, 0 deletions
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)?$",
])