From f83536aff9c1307fefed6c02362ea3d8b147973a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 28 Jan 2020 09:06:18 +0100 Subject: Makefile: fix default install path for systemd service --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f23dc1..5e9a398 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ CACHEDIR = /var/cache MANDIR = /usr/share/man LOGWATCHDIR = /usr/share/logwatch TMPDIR = /tmp -SYSTEMDDIR = /usr/share/systemd/system +SYSTEMDDIR = /usr/lib/systemd/system WAITDIR = /home/shutdown/.warteauf VERSION = 0.8.4 -- cgit v1.2.3-54-g00ecf