converge/pkg/agent/help.txt
Erik Brakkee bdedef12f0 welcome message for users now specific for windows and linux
monitoring of hold file changes and messaging to users to provide more
  interactivity
2024-07-24 18:46:25 +02:00

22 lines
498 B
Plaintext

Session is set to expire at %v
The session expires automatically after %v.
If there are no more sessions after logging out, the agent
terminates.
You can extend this time using
{{ if eq .os "windows" -}}
echo > %agentdir%\.hold
{{- else -}}
touch $agentdir/.hold
{{- end }}
The expiry time is equal to the modification time of the .hold
file with the expiry duration added.
To prevent the agent from exiting after the last session is gone,
also use the above command in any shell.