summaryrefslogtreecommitdiff
path: root/src/systemd/aws-gwlbtun.service
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-09-15 12:47:00 +0300
committerGitHub <noreply@github.com>2023-09-15 12:47:00 +0300
commit27ad9f5ba6437d66178450b37c7a5bf79bc3d67a (patch)
tree439fbd80bbd01fc9e1f9d68df812fe7182e499b9 /src/systemd/aws-gwlbtun.service
parent87af544259734821648dba71cd9e9b47ef833aa2 (diff)
parent1c49d3ef8855577fb5bfab014ecfbabb10f25532 (diff)
downloadvyos-1x-27ad9f5ba6437d66178450b37c7a5bf79bc3d67a.tar.gz
vyos-1x-27ad9f5ba6437d66178450b37c7a5bf79bc3d67a.zip
Merge pull request #2185 from sever-sever/T5261-new
T5261: Add AWS load-balancing tunnel handler
Diffstat (limited to 'src/systemd/aws-gwlbtun.service')
-rw-r--r--src/systemd/aws-gwlbtun.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/systemd/aws-gwlbtun.service b/src/systemd/aws-gwlbtun.service
new file mode 100644
index 000000000..97d772dec
--- /dev/null
+++ b/src/systemd/aws-gwlbtun.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Description=AWS Gateway Load Balancer Tunnel Handler
+Documentation=https://github.com/aws-samples/aws-gateway-load-balancer-tunnel-handler
+After=network.target
+
+[Service]
+ExecStart=
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target