Fix source of systemd script.
1 files changed, 1 insertions(+), 1 deletions(-) M makefile
M makefile +1 -1
@@ 95,7 95,7 @@ build: check_root .PHONY: install install: # Systemd config - cp $(CURDIR)/infra/$(TARGET).service /lib/systemd/system/ + cp $(CURDIR)/config/$(TARGET).service /lib/systemd/system/ systemctl daemon-reload # Feather binary install -C -D -m 755 -o feather -g feather $(BUILDDIR)/$(TARGET) $(DESTDIR)/bin/$(BINNAME)