The following parameters affect the startup of the "gold" (GraphOn Login Daemon) process and should be placed in the goglobalux startup script, or into
${GOGLOBAL_ROOT}/etc/gold.conf, with one option per line.
- -no_suspend: this option disables the automatic suspension of sessions that are ungracefully disconnected.
- -no_explicit_suspend: (in version 2.1 and later) this option disables the ability of the user to request a session be suspended.
- -max_suspended_age: this option specifies the amount of time, in minutes, that sessions will be kept suspended. The default is "-1", meaning "forever".
To prevent any and all suspended sessions, use both
-no_suspend and
-no_explicit_suspend.
To prevent users from suspending sessions, but allow "emergency" use (for example, in the case of a network outage), use only
-no_explicit_suspend.