# 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

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://archive-vn.docs.klaytn.foundation/content/installation-guide/deployment/service-chain/references/scn/starting-stopping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
