Skip to content

Commit

Permalink
Merge pull request erikw#20 from toddejohnson/systemd-not-exec
Browse files Browse the repository at this point in the history
Set permissions for systemd units to 644
  • Loading branch information
erikw authored Jul 16, 2019
2 parents bfad34f + 85f7334 commit 83f1b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 83f1b1e

Please sign in to comment.