New comment by ipkalm on void-packages repository https://github.com/void-linux/void-packages/pull/41430#issuecomment-1383525940 Comment: @kruceter it came from `help` command. ``` [root@void ~]# v2ray help A unified platform for anti-censorship. Usage: v2ray [arguments] The commands are: run run V2Ray with config api call V2Ray API convert convert config files test test config files tls TLS tools uuid generate new UUID verify verify if a binary is officially signed version print V2Ray version Use "v2ray help " for more information about a command. Additional help topics: config-merge config merge logic format-loader config formats and loading Use "v2ray help " for more information about that topic. ``` If you try launch without `run` it will crash: ``` [root@void ~]# chpst -u _v2ray v2ray -config=/etc/v2ray/config.json flag provided but not defined: -config Usage of v2ray: ``` If add `run` all will be ok: ``` [root@void ~]# chpst -u _v2ray v2ray run -config=/etc/v2ray/config.json V2Ray 5.1.0 (v2ray) 1672773149 (go1.19.4 linux/amd64) A unified platform for anti-censorship. ```