aboutsummaryrefslogtreecommitdiff
path: root/whatmaps/debiandistro.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-11-25 12:36:55 +0100
committerGuido Günther <agx@sigxcpu.org>2016-11-25 12:36:55 +0100
commitc77093fa9785ca894769d8145b1f2e370fcb90d2 (patch)
tree271bdf37d1908479a2c877647f19095923d49820 /whatmaps/debiandistro.py
parentdd5d5bf23b4e9777571aee8bd7495f25dbd36c83 (diff)
Exempt systemd-logind from list of restarted services
since it aborts user sessions
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)?$",
])