diff options
author | Christian Hesse <mail@eworm.de> | 2015-10-12 15:15:24 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-10-12 15:15:24 +0200 |
commit | 0a5677f9a10b31fa1a39861704c0fff4b6a15d66 (patch) | |
tree | 564523e153a6c5a8e9ff72a4810d51fef2f7c54a /systemd | |
parent | 5d91516de1d302fd8d589896b0635e828a201a06 (diff) | |
download | mpd-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.service | 9 |
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 |