Merge pull request #20 from toddejohnson/systemd-not-exec

Set permissions for systemd units to 644
This commit is contained in:
Erik Westrup
2019-07-16 07:01:35 +02:00
committed by GitHub

View File

@@ -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)