diff options
| -rw-r--r-- | TODO | 1 | ||||
| -rw-r--r-- | init/tunnel.service | 9 |
2 files changed, 10 insertions, 0 deletions
@@ -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 |
