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 /Makefile | |
parent | 5d91516de1d302fd8d589896b0635e828a201a06 (diff) | |
download | mpd-notification-0a5677f9a10b31fa1a39861704c0fff4b6a15d66.tar.gz mpd-notification-0a5677f9a10b31fa1a39861704c0fff4b6a15d66.tar.zst |
use systemd user unit to (auto-)start
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ install: install-bin install-doc install-bin: mpd-notification $(INSTALL) -D -m0755 mpd-notification $(DESTDIR)/usr/bin/mpd-notification - $(INSTALL) -D -m0644 mpd-notification.desktop $(DESTDIR)/etc/xdg/autostart/mpd-notification.desktop + $(INSTALL) -D -m0644 systemd/mpd-notification.service $(DESTDIR)/usr/lib/systemd/user/mpd-notification.service install-doc: README.html $(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/mpd-notification/README.md |