> For the complete documentation index, see [llms.txt](https://archive-vn.docs.klaytn.foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archive-vn.docs.klaytn.foundation/content/installation-guide/deployment/service-chain/references/scn/starting-stopping.md).

# Bắt đầu/dừng SCN

Tùy thuộc vào loại cài đặt của bạn, bạn có thể bắt đầu/dừng dịch vụ Klaytn bằng lệnh `systemctl` hoặc `kscnd` như sau.

**bắt đầu**

```bash
## khi cài đặt từ phân bổ rpm 
$ systemctl start kscnd.service

## khi cài đặt bằng lưu trữ linux
$ kscnd start

```

**dừng**

```bash
## khi cài đặt từ phân bổ rpm 
$ systemctl stop kscnd.service

## khi cài đặt bằng lưu trữ linux
$ kscnd stop

```

**trạng thái**

```bash
## khi cài đặt từ phân bổ rpm 
$ systemctl trạng thái kscnd.service

## khi cài đặt bằng lưu trữ linux
$ kscnd trạng thái

```
