summaryrefslogtreecommitdiff
path: root/init/tunnel@.service
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 /init/tunnel@.service
parent58e7593e2a187b798eaf8852859e0a1b730ffbfd (diff)
add socket name option
Diffstat (limited to 'init/tunnel@.service')
-rw-r--r--init/tunnel@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/tunnel@.service b/init/tunnel@.service
index 031e6a0..7b25d15 100644
--- a/init/tunnel@.service
+++ b/init/tunnel@.service
@@ -3,7 +3,7 @@ Description=Tunnel Daemon
After=network.target
[Service]
-ExecStart=tunneld -c /etc/tunnel/%I.conf
+ExecStart=tunneld -s %I -c /etc/tunnel/%I.conf
KillMode=process
[Install]