Skip to content

Commit 4cb48ac

Browse files
Merge branch 'main' of github.com:abcdesktopio/docs
2 parents 82f56df + 2d766b4 commit 4cb48ac

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

opsdocs/docs/4.2/config/cronjob.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)