Skip to content

Commit

Permalink
fix: startup path for fake-udev
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Feb 4, 2024
1 parent 1dbb931 commit 6367ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -e

# Update fake-udev if missing from the path
export WOLF_DOCKER_FAKE_UDEV_PATH=${WOLF_DOCKER_FAKE_UDEV_PATH:-$HOST_APPS_STATE_FOLDER/fake-udev}
cp /wolf/fake-udev $WOLF_DOCKER_FAKE_UDEV_PATH

exec /wolf/wolf
2 changes: 1 addition & 1 deletion docker/wolf.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ENV XDG_RUNTIME_DIR=/tmp/sockets \
WOLF_DOCKER_SOCKET=/var/run/docker.sock \
RUST_BACKTRACE=full \
HOST_APPS_STATE_FOLDER=/etc/wolf \
WOLF_DOCKER_FAKE_UDEV_PATH=$HOST_APPS_STATE_FOLDER/fake-udev \
WOLF_DOCKER_FAKE_UDEV_PATH=/etc/wolf/fake-udev \
GST_DEBUG=2 \
PUID=0 \
PGID=0 \
Expand Down

0 comments on commit 6367ec0

Please sign in to comment.