mirror of
https://codeberg.org/icewind/cube.git
synced 2026-06-04 04:24:08 +02:00
rename to cube
This commit is contained in:
parent
300030da9c
commit
e246c96f95
4 changed files with 34 additions and 36 deletions
|
|
@ -1,6 +1,4 @@
|
|||
# NBS
|
||||
|
||||
NBD Block Server
|
||||
# Cube
|
||||
|
||||
## What
|
||||
|
||||
|
|
@ -29,11 +27,11 @@ block = "/tmp/block.bin"
|
|||
Run the server with
|
||||
|
||||
```bash
|
||||
nbs -c config.toml
|
||||
cube -c config.toml
|
||||
```
|
||||
|
||||
When the configuration is changed, it can be reloaded by sending `SIGHUP` to the server.
|
||||
|
||||
```bash
|
||||
pkill -sighup nbs
|
||||
pkill -sighup cube
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue