This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM5728: Disable matrix-gui and remote matrix-gui from running at startup

Part Number: AM5728

Tool/software: Linux

Hi,

I there a way I could prevent the matrix-gui and the remote matrix-gui from running at startup?

Thanks very much.

Regards,

Shaunak

  • Hi Shaunak,

    Yes, this is possible.
    Depending on which SDK version you use, you could:
    1. rename/remove the init script matrix-gui-2.0 from /etc/init.d (this should work in newer kernels as well, because the systemd service should call this script).
    2. use systemctl to disable the matrix-gui service at startup.

    Best Regards,
    Yordan