mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
chore: Remove extra opt and fix 'proxy' alias (#7413)
* chore: Remove extra opt and fix 'proxy' alias * proxy -> wsproxy
This commit is contained in:
@ -22,7 +22,7 @@ CapabilityBoundingSet=CAP_SYSLOG CAP_IPC_LOCK CAP_NET_BIND_SERVICE
|
||||
KillSignal=SIGINT
|
||||
KillMode=mixed
|
||||
NoNewPrivileges=yes
|
||||
ExecStart=/usr/bin/coder proxy server
|
||||
ExecStart=/usr/bin/coder workspace-proxy server
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
TimeoutStopSec=90
|
||||
|
Reference in New Issue
Block a user