converge/pkg/agent/help.txt
Erik Brakkee 7e6b4d9272 lots of work to make it actually work.
Icluding the server keep alive interval.
Fix where expiry duration was added twice.
2024-07-21 22:36:17 +02:00

18 lines
415 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
touch $agentdir/.hold
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.