mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-21 15:59:25 +08:00
27 lines
500 B
Markdown
27 lines
500 B
Markdown
## wice stop
|
||
|
||
Shutdown the ɯice daemon
|
||
|
||
```
|
||
wice stop [flags]
|
||
```
|
||
|
||
### Options
|
||
|
||
```
|
||
-h, --help help for stop
|
||
-s, --socket string Unix control and monitoring socket (default "/var/run/wice.sock")
|
||
```
|
||
|
||
### Options inherited from parent commands
|
||
|
||
```
|
||
-l, --log-file string path of a file to write logs to
|
||
-d, --log-level string log level (one of "debug", "info", "warn", "error", "dpanic", "panic", and "fatal") (default "info")
|
||
```
|
||
|
||
### SEE ALSO
|
||
|
||
* [wice](wice.md) - ɯice
|
||
|