mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 02:13:41 -05:00
11 lines
237 B
Bash
Executable file
11 lines
237 B
Bash
Executable file
#!/bin/bash
|
|
|
|
dbus-daemon --config-file=/usr/share/dbus-1/system.conf &
|
|
|
|
echo $YT_STREAM_KEY >/home/stream/key.txt
|
|
|
|
chown stream /home/stream/key.txt
|
|
|
|
chown stream /home/stream/user_run.sh
|
|
|
|
sudo -i -u stream bash /home/stream/user_run.sh
|