Use netconsoleTee instead of netconsoleServer
This commit is contained in:
@@ -113,7 +113,7 @@ install -m 755 files/configServer_run "${ROOTFS_DIR}/service/configServer/run"
|
||||
|
||||
install -m 755 extfiles/rpiConfigServer "${ROOTFS_DIR}/usr/local/sbin/configServer"
|
||||
|
||||
install -m 755 extfiles/netconsoleServer "${ROOTFS_DIR}/usr/local/bin/"
|
||||
install -m 755 extfiles/netconsoleTee "${ROOTFS_DIR}/usr/local/bin/"
|
||||
|
||||
install -v -d "${ROOTFS_DIR}/service/camera"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
sleep 1
|
||||
cd /home/pi
|
||||
exec pgrphack /usr/local/bin/setuidgids pi /usr/local/bin/netconsoleServer -u ./runCamera
|
||||
exec pgrphack /usr/local/bin/setuidgids pi ./runCamera 2>&1 | /usr/local/bin/netconsoleTee -u
|
||||
|
||||
Reference in New Issue
Block a user