Skip to content

Commit

Permalink
Debian flavour of systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
nugget committed Jun 6, 2017
1 parent ad1fcb7 commit a8dff19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PREFIX?= /usr
BIN?= $(PREFIX)/sbin
SYSTEMD?= /etc/systemd
SYSTEMD?= /lib/systemd/system

all:

install:
install -p -o root -g root -m 0755 rpaw rpaw-wrapper $(BIN)
install -p -o root -g root -m 0644 rpaw.service $(SYSTEMD)
install -p -o root -g root -m 0640 rpaw.conf /etc
systemctl link $(SYSTEMD)/rpaw.service
systemctl enable rpaw.service
systemctl daemon-reload

0 comments on commit a8dff19

Please sign in to comment.