aboutsummaryrefslogtreecommitdiff
path: root/whatmaps
diff options
context:
space:
mode:
Diffstat (limited to 'whatmaps')
-rw-r--r--whatmaps/debiandistro.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/whatmaps/debiandistro.py b/whatmaps/debiandistro.py
index ccc2139..57846ef 100644
--- a/whatmaps/debiandistro.py
+++ b/whatmaps/debiandistro.py
@@ -64,7 +64,8 @@ class DebianDistro(Distro):
# Per distro regex filter
service_blacklist_re = set([ # Restarting these aborts the users session
- '^user@[0-9]+.service$',
+ "^dbus(.service)?$",
+ "^user@[0-9]+.service$",
"^systemd-logind.service$",
"^(g|k|light|no|sd|w|x)dm(.service)?$",
])