aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-10-12 15:34:48 +0200
committerGravatar Christian Hesse <mail@eworm.de>2015-10-12 15:34:48 +0200
commita2df6c8866318959f6b97d6fbc0d36cc62e25b67 (patch)
treeb30a592a215f3e8e1ad22cb4ddf6566ebaa692b4 /Makefile
parent373de9ce488c437b91f38c3553a0cf3935c70861 (diff)
downloadudev-block-notify-a2df6c8866318959f6b97d6fbc0d36cc62e25b67.tar.gz
udev-block-notify-a2df6c8866318959f6b97d6fbc0d36cc62e25b67.tar.zst
use systemd user unit to (auto-)start
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb8dcbd..15dd88d 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ install: install-bin install-doc
install-bin: udev-block-notify
$(INSTALL) -D -m0755 udev-block-notify $(DESTDIR)/usr/bin/udev-block-notify
- $(INSTALL) -D -m0644 udev-block-notify.desktop $(DESTDIR)/etc/xdg/autostart/udev-block-notify.desktop
+ $(INSTALL) -D -m0644 systemd/udev-block-notify.service $(DESTDIR)/usr/lib/systemd/user/udev-block-notify.service
install-doc: README.html
$(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/udev-block-notify/README.md