diff options
author | Erich Eckner <git@eckner.net> | 2017-10-29 11:25:01 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-10-29 11:25:01 +0100 |
commit | a22c18bfd11c52e8d8ee72dc7e15213c4333248f (patch) | |
tree | 5ba36accfa335a3619a595535154242afb81bdb8 | |
parent | 192fca316f79b90f7c313e2493722b997f2491ed (diff) | |
download | cryptfs-daemon-a22c18bfd11c52e8d8ee72dc7e15213c4333248f.tar.xz |
Makefile: install systemd unit as cryptfs.service
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ install_bin: install -D -m0755 cryptfs.bin $(DESTDIR)$(BINDIR)/cryptfs install_systemd: install_bin - install -D -m0644 cryptfs.service $(DESTDIR)$(SYSTEMDDIR)/cryptfs + install -D -m0644 cryptfs.service $(DESTDIR)$(SYSTEMDDIR)/cryptfs.service install_sysvinit: install_bin install -D -m0755 cryptfs.rc $(DESTDIR)$(RCDDIR)/cryptfs |