From 0a5677f9a10b31fa1a39861704c0fff4b6a15d66 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 12 Oct 2015 15:15:24 +0200 Subject: use systemd user unit to (auto-)start --- systemd/mpd-notification.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 systemd/mpd-notification.service (limited to 'systemd') 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 -- cgit v1.2.3-54-g00ecf