summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMikhail Osipov <mike.osipov@gmail.com>2022-03-08 15:27:14 +0300
committerMikhail Osipov <mike.osipov@gmail.com>2022-03-08 15:32:47 +0300
commit31a627f670fc24302d8cbd74f5696d7639c87585 (patch)
tree8d508567a0493de086812381cf94f3388d5d701d /Makefile
parent58e7593e2a187b798eaf8852859e0a1b730ffbfd (diff)
add socket name option
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