From d5954c194ae2e994c558d8ca7f6cc9990324bd1d Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 15 Sep 2015 14:21:18 +0200 Subject: [PATCH] add systemd --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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