diff --git a/Makefile b/Makefile index ea5bd8c..940e748 100644 --- a/Makefile +++ b/Makefile @@ -93,3 +93,5 @@ install: ot-recorder ocat cp -R docroot/* $(DESTDIR)$(DOCROOT)/ install --mode 0755 ot-recorder $(DESTDIR)$(INSTALLDIR)/sbin install --mode 0755 ocat $(DESTDIR)$(INSTALLDIR)/bin + # mkdir -p $(DESTDIR)/etc/systemd/system/ + # install --mode 0644 etc/ot-recorder.service $(DESTDIR)/etc/systemd/system/ot-recorder.service