Skip to content

Commit f13f793

Browse files
committed
Small fix to validator intructions
1 parent 9940bf2 commit f13f793

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/docs/operate-a-node/become-a-validator/0020-simple-deployment.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -195,22 +195,22 @@ For root users:
195195

196196
```bash
197197
systemctl daemon-reload
198-
systemctl start avail-node
199-
systemctl enable avail-node
198+
systemctl start avail.service
199+
systemctl enable avail.service
200200
```
201201

202202
For non-root users:
203203

204204
```bash
205205
sudo systemctl daemon-reload
206-
sudo systemctl start avail-node
207-
sudo systemctl enable avail-node
206+
sudo systemctl start avail.service
207+
sudo systemctl enable avail.service
208208
```
209209

210210
9. You can check the status of your node by:
211211

212212
```bash
213-
systemctl status avail-node
213+
systemctl status avail.service
214214
```
215215

216216
10. To check for logs, we can run the following command:

0 commit comments

Comments
 (0)