From 51ed8c07a35a947d0ab2bc67aacef0af2441dcdf Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 25 Nov 2016 12:36:55 +0100 Subject: Exempt dbus from list of restarted services since it aborts gdm sessions --- whatmaps/debiandistro.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'whatmaps') 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)?$", ]) -- cgit v1.2.3