File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,11 @@ 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 the age of the desktop, this value is in seconds.
62+ If the age of the desktop is more than ` EXPIREIN ` then a desktop can be deleted or not. The age starts when the desktop is created.
63+ - If nobody is connected to the desktop and if the age is more than ` EXPIREIN ` , then the desktop is deleted.
64+ - If the use is still connected and if the age is more than ` EXPIREIN ` and if ` FORCE ` is ` true ` , then the desktop is deleted.
65+ - If the use is still connected and if the age is more than ` EXPIREIN ` and if ` FORCE ` is ` false ` , then the desktop is NOT deleted.
6366
6467```
6568- name: "FORCE'
You can’t perform that action at this time.
0 commit comments