From 6c4814e548dcf9837b1633db0b1f761926ac35eb Mon Sep 17 00:00:00 2001 From: Atemu Date: Mon, 11 Nov 2024 10:56:15 +0100 Subject: [PATCH] Place dunst.service in session.slice By default, systemd would place it in `app.slice` which doesn't make sense; that's where apps go, not daemons that are part of the desktop session. `session.slice` makes a lot more sense for a daemon that's part of the desktop session. --- dunst.systemd.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/dunst.systemd.service.in b/dunst.systemd.service.in index 9fa168ca9..af1a62bc1 100644 --- a/dunst.systemd.service.in +++ b/dunst.systemd.service.in @@ -7,3 +7,4 @@ PartOf=graphical-session.target Type=dbus BusName=org.freedesktop.Notifications ExecStart=##PREFIX##/bin/dunst +Slice=session.slice