start_player.sh 250 B

12345678910111213
  1. #!/usr/bin/bash
  2. #sleep 3;
  3. exit # no sound !! if in netns
  4. sudo /opt/netns/create 19
  5. CMD="ip a"
  6. /opt/netns/exec --id=19 --cmd="$CMD"
  7. CMD="python3 /opt/LibreLight/Xdesk/media/player.py"
  8. /opt/netns/exec --id=19 --cmd="xterm -e screen $CMD" &