Skip to content

Commit

Permalink
Fix configServer supervise for read only filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Nov 30, 2018
1 parent dd04f57 commit 363cd44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stage2/01-sys-tweaks/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ install -m 755 files/camera_run "${ROOTFS_DIR}/service/camera/run"

on_chroot << EOF
cd /service/camera && rm -f supervise && ln -s /tmp/camera-supervise supervise
cd /service/configServer && rm -f supervise && ln -s /tmp/configServer-supervise supervise
cd /etc/service && rm -f camera && ln -s /service/camera .
cd /etc/service && rm -f configServer && ln -s /service/configServer .
EOF
Expand Down

0 comments on commit 363cd44

Please sign in to comment.