7 OPTIONS="-depth ${DEPTH} -geometry ${GEOMETRY} :${DISPLAY}"
8 . /lib/lsb/init-functions
12 log_action_begin_msg "Starting vncserver for user '${USER}' on localhost:${DISPLAY}"
13 su ${USER} -c "/usr/bin/vncserver ${OPTIONS}"
17 log_action_begin_msg "Stoping vncserver for user '${USER}' on localhost:${DISPLAY}"
18 su ${USER} -c "/usr/bin/vncserver -kill :${DISPLAY}"