From 85f73346e0d858523c3bf847a7808c6cb795b881 Mon Sep 17 00:00:00 2001 From: Todd E Johnson Date: Mon, 15 Jul 2019 20:54:22 -0500 Subject: [PATCH] Set permissions for systemd units to 644 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d39b9ec..d98b649 100644 --- a/Makefile +++ b/Makefile @@ -45,4 +45,4 @@ install-conf: | etc/restic/b2_env.sh etc/restic/b2_pw.txt # target: install-systemd - Install systemd timer and service files install-systemd: install -d $(DEST_SYSTEMD) - install $(SRCS_SYSTEMD) $(DEST_SYSTEMD) + install -m 0644 $(SRCS_SYSTEMD) $(DEST_SYSTEMD)