summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/tunnel@.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/init/tunnel@.service b/init/tunnel@.service
new file mode 100644
index 0000000..031e6a0
--- /dev/null
+++ b/init/tunnel@.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Tunnel Daemon
+After=network.target
+
+[Service]
+ExecStart=tunneld -c /etc/tunnel/%I.conf
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target