From 7a7125b4f3ca98280431cc658c6f7d7af6940cfb Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 21 Dec 2018 01:24:11 -0800 Subject: [PATCH] Properly symlink supervise in /service/camera/log --- stage2/01-sys-tweaks/01-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh index 4796a18..b7a2d95 100755 --- a/stage2/01-sys-tweaks/01-run.sh +++ b/stage2/01-sys-tweaks/01-run.sh @@ -138,6 +138,7 @@ install -m 755 files/camera_log_run "${ROOTFS_DIR}/service/camera/log/run" on_chroot << EOF cd /service/camera && rm -f supervise && ln -s /tmp/camera-supervise supervise +cd /service/camera/log && rm -f supervise && ln -s /tmp/camera-log-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 .