Browse Source
Merge pull request #46 from estenberg/mender-config-demo
Update retry interval to 30 seconds.
1.0.x
Adam Podogrocki
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
convert-stage-4.sh
|
|
@ -80,7 +80,7 @@ create_client_files() { |
|
|
|
cat <<- EOF > $mender_dir/mender.conf |
|
|
|
{ |
|
|
|
"InventoryPollIntervalSeconds": 5, |
|
|
|
"RetryPollIntervalSeconds": 1, |
|
|
|
"RetryPollIntervalSeconds": 30, |
|
|
|
"RootfsPartA": "/dev/mmcblk0p2", |
|
|
|
"RootfsPartB": "/dev/mmcblk0p3", |
|
|
|
"ServerCertificate": "/etc/mender/server.crt", |
|
|
|