fix(wstunnel): Update command syntax to subcommand format

This commit is contained in:
gemini
2026-02-27 11:26:52 +01:00
parent 3f053f0acf
commit 5d260504ad

View File

@@ -38,7 +38,7 @@
[Service] [Service]
Type=simple Type=simple
User=nobody User=nobody
ExecStart=/usr/local/bin/wstunnel -s 0.0.0.0:8080 -t udp://127.0.0.1:{{ vars['wireguard-server']['internal-port'] }} ExecStart=/usr/local/bin/wstunnel server ws://0.0.0.0:8080 --restrict-to 127.0.0.1:{{ vars['wireguard-server']['internal-port'] }}
Restart=always Restart=always
RestartSec=3 RestartSec=3