[Thinstation-general] x11vnc question
Brought to you by:
doncuppjr
|
From: Brian K. <bk...@ci...> - 2016-11-30 15:38:00
|
Hello, x11vnc is not auto-starting in my build even though I have the package xorg7vnc as active. What is check_x11vnc doing in this script? if [ -z "`pidof x11vnc`" ]; then x11vnc -forever -q -usepw -httpdir /lib/www/html/x11vnc -o /var/log/x11vnc & # Now we have got it started stop this cron nonsense: sed -i s/"*\/1 \* \* \* \* \/bin\/check_x11vnc"// /tmp/crontab crontab /tmp/crontab fi I need the process to run so that I can remote in to support users when needed. Shouldn't I need: x11vnc -forever -rfport 5900 -q -usepw -o /var/log/x11vnc & if so, what is "sed -i s/"*\/1 \* \* \* \* \/bin\/check_x11vnc"// /tmp/crontab crontab /tmp/crontab" doing? Brian Koch |