From 6d9d889371a4c1852f12b2625ebff75fce033a8d Mon Sep 17 00:00:00 2001
From: Christian Hesse <mail@eworm.de>
Date: Thu, 5 Jan 2017 16:17:04 +0100
Subject: use systemd service manager notification

---
 systemd/mpd-notification.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'systemd')

diff --git a/systemd/mpd-notification.service b/systemd/mpd-notification.service
index 2e907df..14be4e3 100644
--- a/systemd/mpd-notification.service
+++ b/systemd/mpd-notification.service
@@ -8,7 +8,7 @@ Description=MPD Notification
 After=mpd.service network.target network-online.target
 
 [Service]
-Type=simple
+Type=notify
 ExecStart=/usr/bin/mpd-notification
 
 [Install]
-- 
cgit v1.2.3