mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 01:50:47 -04:00
put mediamtx user in video group
This commit is contained in:
@@ -173,8 +173,8 @@ if [[ $INSTALL_MEDIAMTX -eq 1 ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
ensure_user mediamtx ""
|
||||
install_mediamtx_binary
|
||||
ensure_user mediamtx "video"
|
||||
install_mediamtx_binary
|
||||
install -d -o mediamtx -g mediamtx /etc/mediamtx
|
||||
install -o mediamtx -g mediamtx -m 0644 pi/mediamtx/mediamtx.yml /etc/mediamtx/mediamtx.yml
|
||||
install -m 0644 pi/systemd/mediamtx.service /etc/systemd/system/mediamtx.service
|
||||
|
||||
Reference in New Issue
Block a user