summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9dee651..046a78b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,8 @@ test:
go test tunnel/pkg/test
install:
+ install -D -m644 init/tunnel.service /etc/systemd/system/
+ install -D -m644 init/tunnel@.service /etc/systemd/system/
install -D bin/tunnel $(prefix)/bin/tunnel
install -D bin/tunneld $(prefix)/bin/tunneld