File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ packaging:
83
83
- libxml2 2.13.5
84
84
- libiconv 1.18
85
85
* Update MacOSX packages to use OpenSSL 3.4.0
86
+ * fix #816: Support --delaytime option in linux perl installer
86
87
87
88
1.11 Tue, 24 Sep 2024
88
89
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ my @options = (
15
15
' color' ,
16
16
' cron=i' ,
17
17
' debug|d=i' ,
18
+ ' delaytime=i' ,
18
19
' distro=s' ,
19
20
' no-question|Q' ,
20
21
' extract=s' ,
@@ -119,6 +120,10 @@ glpi-agent-linux-installer [options]
119
120
-s --server=URI configure agent GLPI server
120
121
-l --local=PATH configure local path to store inventories
121
122
123
+ Target scheduling options:
124
+ --delaytime=LIMIT maximum delay before target tasks first run, in seconds (3600)
125
+ It also defines the maximum delay on network error.
126
+
122
127
Task selection options:
123
128
--no-task=TASK[,TASK]... configure task to not run
124
129
--tasks=TASK1[,TASK]...[,...] configure tasks to run in a given order
You can’t perform that action at this time.
0 commit comments