
Chapter 14. Server Configuration
14.4.1.1. Scripts run at session startup/reconnect
Scripts in /opt/thinlinc/etc/sessionstartup.d and
/opt/thinlinc/etc/sessionreconnect.d are run by the root user, on the VSM Server. Session
information will not be sent back to the client until these scripts have completed. This makes it possible
to ensure that commands have been run before the client connects to the VSM Agent.
If background execution is desired, place the command to be run in the background and make sure all file
descriptors are closed. Here’s an example on how to execute a script in the background.
${TLPREFIX}/sbin/tl-limit-printers < /dev/null > /dev/null 2>&1 &
14.4.2. Session startup on VSM Agent
Figure 14-2. Session Startup Procedure - on VSM Agent
160
Komentarze do niniejszej Instrukcji