diff options
author | Christian Hesse <mail@eworm.de> | 2015-10-12 15:34:48 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-10-12 15:34:48 +0200 |
commit | a2df6c8866318959f6b97d6fbc0d36cc62e25b67 (patch) | |
tree | b30a592a215f3e8e1ad22cb4ddf6566ebaa692b4 /Makefile | |
parent | 373de9ce488c437b91f38c3553a0cf3935c70861 (diff) | |
download | udev-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |