Run with green software - XX-net/XX-Net GitHub Wiki
run with green software
no_mess_system
parameter
Configure the By default, XX-Net will automatically import the certificate to the system when it starts, and will automatically create a shortcut on the desktop after each upgrade and move the software location.
By configuring no_mess_system
, you can make XX-Net run as a green software, without actively modifying the system, importing certificates, or creating shortcuts.
Configuration method:
-
Web UI - System configuration options - Run as green software
-
Manually modify the configuration file
data/launcher/config.yaml
to addno_mess_system: 1
-
After configuring the environment variable
XXNET_NO_MESS_SYSTEM=1
and running the software, the software will configureno_mess_system
to1
. Under Unix you can useenv XXNET_NO_MESS_SYSTEM=1 ./start
run.