From bb6c76f9707769c616dc605f33aff0f171d03288 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 30 Jun 2022 11:43:47 +0200 Subject: [PATCH] xssproxy: use DBus activation --- dotfiles/systemd/xssproxy.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/systemd/xssproxy.service b/dotfiles/systemd/xssproxy.service index 9866b66..bafd90c 100644 --- a/dotfiles/systemd/xssproxy.service +++ b/dotfiles/systemd/xssproxy.service @@ -3,5 +3,7 @@ Description=Proxy between org.freedesktop.ScreenSaver and XSS PartOf=graphical-session.target [Service] +Type=dbus +BusName=org.freedesktop.ScreenSaver ExecStart=%h/.nix-profile/bin/xssproxy -v Restart=on-failure