mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-09-17 01:45:27 +02:00
Some router may need ps w to list all processes.
@@ -15,6 +15,11 @@ Alternatively, if you get an error from the above command, especially on routers
|
|||||||
ps | grep ctrld
|
ps | grep ctrld
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or:
|
||||||
|
```
|
||||||
|
ps w | grep ctrld
|
||||||
|
```
|
||||||
|
|
||||||
If you don't see a running ctrld process, that would be an issue. Try restarting using the `ctrld start` command.
|
If you don't see a running ctrld process, that would be an issue. Try restarting using the `ctrld start` command.
|
||||||
|
|
||||||
## Check listeners
|
## Check listeners
|
||||||
|
|||||||
Reference in New Issue
Block a user