Commit f13f793 1 parent 9940bf2 commit f13f793 Copy full SHA for f13f793
File tree 1 file changed +5
-5
lines changed
pages/docs/operate-a-node/become-a-validator
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -195,22 +195,22 @@ For root users:
195
195
196
196
``` bash
197
197
systemctl daemon-reload
198
- systemctl start avail-node
199
- systemctl enable avail-node
198
+ systemctl start avail.service
199
+ systemctl enable avail.service
200
200
```
201
201
202
202
For non-root users:
203
203
204
204
``` bash
205
205
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
208
208
```
209
209
210
210
9 . You can check the status of your node by:
211
211
212
212
``` bash
213
- systemctl status avail-node
213
+ systemctl status avail.service
214
214
```
215
215
216
216
10 . To check for logs, we can run the following command:
You can’t perform that action at this time.
0 commit comments