From bea10e062db547c1b0e4bdf0a6436d760bd613b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B3=BB=E7=B5=B1=E7=AE=A1=E7=90=86=E5=93=A1?= Date: Wed, 20 May 2026 07:39:09 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Service=EF=BC=9ACoder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service%EF%BC%9ACoder.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Service%EF%BC%9ACoder.md b/Service%EF%BC%9ACoder.md index 32239a6..d2eee42 100644 --- a/Service%EF%BC%9ACoder.md +++ b/Service%EF%BC%9ACoder.md @@ -1,9 +1,3 @@ -# 新增使用者 - -```bash -adduser shuochen && usermod -aG sudo shuochen && su - shuochen -``` - # 安裝 Coder ```bash @@ -19,5 +13,5 @@ echo 'export CODER_HTTP_ADDRESS=0.0.0.0:3000' >> ~/.bashrc && source ~/.bashrc # 啟動 Coder 服務 ```bash -systemctl enable --now coder +systemctl enable --now coder@coder ``` \ No newline at end of file