Skip to content

Commit 883db9d

Browse files
Deploying to gh-pages from @ 2d766b4 🚀
1 parent 1fafe62 commit 883db9d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

4.2/config/cronjob/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5355,11 +5355,13 @@ <h2 id="create-a-cronjob">Create a <code>cronjob</code></h2>
53555355
<div class="highlight"><pre><span></span><code>- name: &quot;EXPIREIN&#39;
53565356
value: &#39;900&#39;
53575357
</code></pre></div>
5358-
<p><code>EXPIREIN</code> is the age of the desktop, this value is in seconds.
5359-
If the age of the desktop is more than <code>EXPIREIN</code> then a desktop can be deleted or not. The age starts when the desktop is created.
5360-
- If nobody is connected to the desktop and if the age is more than <code>EXPIREIN</code>, then the desktop is deleted.
5361-
- If the use is still connected and if the age is more than <code>EXPIREIN</code> and if <code>FORCE</code> is <code>true</code>, then the desktop is deleted.
5362-
- If the use is still connected and if the age is more than <code>EXPIREIN</code> and if <code>FORCE</code> is <code>false</code>, then the desktop is NOT deleted.</p>
5358+
<p><code>EXPIREIN</code> is a value in seconds.
5359+
If the time of the last login on the desktop is more than <code>EXPIREIN</code> then a desktop can be deleted or not.
5360+
The time of the last login starts when the user logs in.
5361+
abcdesktop calcs the duration between the current time and the last login time on the desktop.
5362+
- If the user is NOT connected to the desktop and if the duration time is more than <code>EXPIREIN</code>, then the desktop is deleted.
5363+
- If the user is connected and if the duration time is is more than <code>EXPIREIN</code> and if <code>FORCE</code> is <code>true</code>, then the desktop is deleted.
5364+
- If the user is connected and if the duration time is more than <code>EXPIREIN</code> and if <code>FORCE</code> is <code>false</code>, then the desktop is NOT deleted.</p>
53635365
<div class="highlight"><pre><span></span><code>- name: &quot;FORCE&#39;
53645366
value: &#39;false&#39;
53655367
</code></pre></div>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)