run 201 B

12345678
  1. #!/usr/bin/with-contenv bash
  2. # we have to set it, otherwise chrome won't find ~/.asoundrc file
  3. HOME=/home/jibri
  4. DAEMON=/opt/jitsi/jibri/launch.sh
  5. exec s6-setuidgid jibri /bin/bash -c "exec $DAEMON"