Xray-install icon indicating copy to clipboard operation
Xray-install copied to clipboard

failed to stop systemd unit

Open boypt opened this issue 6 months ago • 0 comments

script error

info: Extract the Xray package to /tmp/tmp.1uvCTRGcxf and prepare it for installation.
Invalid unit name "●" escaped as "\xe2\x97\x8f" (maybe you should use systemd-escape?).
Failed to stop \xe2\x97\x8f.service: Unit \xe2\x97\x8f.service not loaded.
error: Stopping the Xray service failed.

verifying



# systemctl list-units | grep 'xray@'
● [email protected]                                                                                      loaded failed failed    Xray Service

# script failed
# systemctl list-units | grep 'xray@' | awk -F ' ' '{print $1}'
●

### this  --plain should be added
# systemctl list-units --plain | grep 'xray@' | awk -F ' ' '{print $1}'
[email protected]

boypt avatar Jun 16 '25 01:06 boypt