blob: a6921ed4de36f376c3b79380d267e579198f4e88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh sourced
[ -z "$SLX_KCL_SERVERS" ] && . /opt/openslx/config
if [ "$DISPLAY" = :0 ] && [ -n "$SLX_REMOTE_VNC" ]; then
/opt/openslx/scripts/remoteaccess-launch_vnc_server &
fi
true
|