Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Makefile: Create systemd system unit dir.
Browse files Browse the repository at this point in the history
Signed-off-by: Gris Ge <fge@redhat.com>
  • Loading branch information
cathay4t committed Jun 5, 2018
1 parent 4073bdd commit 7c39830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ install: target/release/peripetyd target/release/prpt
$(INSTALL) -m 644 doc/prpt.1 $(DESTDIR)$(mandir)/man1/
$(INSTALL) -d $(DESTDIR)$(etcdir)
$(INSTALL) -m 644 etc/peripetyd.conf $(DESTDIR)$(etcdir)/
$(INSTALL) -d $(DESTDIR)$(systemdunitdir)
$(INSTALL) -m 644 etc/peripetyd.service $(DESTDIR)$(systemdunitdir)/

0 comments on commit 7c39830

Please sign in to comment.