From 37e33b5fdd3c52c131045b4bebcacb9283f9883f Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Wed, 9 Aug 2023 15:43:46 +0200 Subject: Only exit on idle when explicitly requested This allows to run as a regular session service that does not exit, but also as a well-behaved D-Bus-activated service. Make the default behavior not to exit, but when activated through D-Bus. --- data/org.freedesktop.mate.Notifications.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/org.freedesktop.mate.Notifications.service.in b/data/org.freedesktop.mate.Notifications.service.in index 4ce7697..a59aec4 100644 --- a/data/org.freedesktop.mate.Notifications.service.in +++ b/data/org.freedesktop.mate.Notifications.service.in @@ -1,4 +1,4 @@ [D-BUS Service] Name=org.freedesktop.Notifications -Exec=@LIBEXECDIR@/mate-notification-daemon +Exec=@LIBEXECDIR@/mate-notification-daemon --idle-exit AssumedAppArmorLabel=unconfined -- cgit v1.2.1