aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index efd76d52..79a1edc3 100644
--- a/Makefile
+++ b/Makefile
@@ -590,8 +590,12 @@ install-sxhkd: install-scrot install-x
cp -p -- sxhkd/xsession.d/* $(HOME)/.xsession.d
install-systemd:
- mkdir -p -- $(XDG_CONFIG_HOME)/systemd/user
- cp -p -- systemd/user/* $(XDG_CONFIG_HOME)/systemd/user
+ mkdir -p -- $(XDG_CONFIG_HOME)/systemd/user \
+ $(XDG_CONFIG_HOME)/systemd/user/service.d \
+ $(XDG_CONFIG_HOME)/systemd/user/notify-email@.service.d
+ cp -p -- systemd/user/*.service $(XDG_CONFIG_HOME)/systemd/user
+ cp -p -- systemd/user/service.d/*.conf $(XDG_CONFIG_HOME)/systemd/user/service.d
+ cp -p -- systemd/user/notify-email@.service.d/*.conf $(XDG_CONFIG_HOME)/systemd/user/notify-email@.service.d
-systemctl --user daemon-reload
# Need to install these in appropriate order to meet dependencies; could trust