Menu

How to stop a non-gui jamulus client on linux?

2021-01-29
2021-01-30
  • Walter Schell

    Walter Schell - 2021-01-29

    Hello,
    does a regular method exist do stop a client which is started with:
    Jamulus -n -M -j -i jamulus.ini -c #serverip# &
    Or can I only kill the process?
    Thank you
    Walter

     
    • Gilgongo

      Gilgongo - 2021-01-30

      Hi Walter,

      You can kill the process without any problems in that case. To reduce the possibility of any problems (very unlikely) you can do a kill -INT to shutdown cleanly.

       
  • Walter Schell

    Walter Schell - 2021-01-30

    Thank you!