-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Run with green software
Michael-X-Net edited this page Feb 3, 2023
·
1 revision
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.
-
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.