File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,13 @@ The default values are
5858 value: '900'
5959```
6060
61- ` EXPIREIN ` is the value in seconds, to check if a desktop can be deleted or not. The time starts when the desktop is created.
62-
61+ ` EXPIREIN ` is a value in seconds.
62+ If the time of the last login on the desktop is more than ` EXPIREIN ` then a desktop can be deleted or not.
63+ The time of the last login starts when the user logs in.
64+ abcdesktop calcs the duration between the current time and the last login time on the desktop.
65+ - If the user is NOT connected to the desktop and if the duration time is more than ` EXPIREIN ` , then the desktop is deleted.
66+ - If the user is connected and if the duration time is is more than ` EXPIREIN ` and if ` FORCE ` is ` true ` , then the desktop is deleted.
67+ - If the user is connected and if the duration time is more than ` EXPIREIN ` and if ` FORCE ` is ` false ` , then the desktop is NOT deleted.
6368
6469```
6570- name: "FORCE'
You can’t perform that action at this time.
0 commit comments