aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2017-01-05 16:17:04 +0100
committerGravatar Christian Hesse <mail@eworm.de>2017-01-05 16:17:04 +0100
commit6d9d889371a4c1852f12b2625ebff75fce033a8d (patch)
treecb8c1061e61c1a543e4a4ea873360c60e49bdb67 /systemd
parentb27f35fa84f987e1f8d93f0318c926ba50ad7375 (diff)
downloadmpd-notification-6d9d889371a4c1852f12b2625ebff75fce033a8d.tar.gz
mpd-notification-6d9d889371a4c1852f12b2625ebff75fce033a8d.tar.zst
use systemd service manager notification
Diffstat (limited to 'systemd')
-rw-r--r--systemd/mpd-notification.service2
1 files changed, 1 insertions, 1 deletions
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]