summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--init/tunnel.service9
2 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 62412fa..a97e8f9 100644
--- a/TODO
+++ b/TODO
@@ -45,3 +45,4 @@ note:
17. unix socket path from config file
group owner of socket dir/file
command line option for socket
+18. systemd socket activation
diff --git a/init/tunnel.service b/init/tunnel.service
new file mode 100644
index 0000000..f0c5c9a
--- /dev/null
+++ b/init/tunnel.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Tunnel Daemon
+After=network.target
+
+[Service]
+ExecStart=tunneld
+
+[Install]
+WantedBy=multi-user.target