aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-10-12 15:15:24 +0200
committerGravatar Christian Hesse <mail@eworm.de>2015-10-12 15:15:24 +0200
commit0a5677f9a10b31fa1a39861704c0fff4b6a15d66 (patch)
tree564523e153a6c5a8e9ff72a4810d51fef2f7c54a /systemd
parent5d91516de1d302fd8d589896b0635e828a201a06 (diff)
downloadmpd-notification-0a5677f9a10b31fa1a39861704c0fff4b6a15d66.tar.gz
mpd-notification-0a5677f9a10b31fa1a39861704c0fff4b6a15d66.tar.zst
use systemd user unit to (auto-)start
Diffstat (limited to 'systemd')
-rw-r--r--systemd/mpd-notification.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/mpd-notification.service b/systemd/mpd-notification.service
new file mode 100644
index 0000000..e0dae1b
--- /dev/null
+++ b/systemd/mpd-notification.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=MPD Notification
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/mpd-notification
+
+[Install]
+WantedBy=default.target