mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
use current directory as default logging socket path
This commit is contained in:
@@ -8,7 +8,7 @@ CTOP_DEBUG=1 ./ctop
|
||||
|
||||
While `ctop` is running, you can connect to the logging socket via socat or similar tools:
|
||||
```bash
|
||||
socat unix-connect:/tmp/ctop.sock stdio
|
||||
socat unix-connect:./ctop.sock stdio
|
||||
```
|
||||
|
||||
example output:
|
||||
|
||||
Reference in New Issue
Block a user