From f995f1c60702072315fb3225f3fdfc52c140c361 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 15 Feb 2017 14:17:39 -0800 Subject: [PATCH] Allow dunst to be managed by systemd This should have no effect on systems without systemd; it just causes dunst to be started through systemd when possible. --- org.knopwob.dunst.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/org.knopwob.dunst.service.in b/org.knopwob.dunst.service.in index 83c2775..a8e8ac1 100644 --- a/org.knopwob.dunst.service.in +++ b/org.knopwob.dunst.service.in @@ -1,3 +1,4 @@ [D-BUS Service] Name=org.freedesktop.Notifications Exec=##PREFIX##/bin/dunst +SystemdService=dunst.service