Fix configServer supervise for read only filesystem

pull/229/head
Peter Johnson 2018-11-30 03:22:07 -08:00
parent dd04f57093
commit 363cd449d2
No known key found for this signature in database
GPG Key ID: D39DD4DA7D41E329
1 changed files with 1 additions and 0 deletions

View File

@ -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