Skip to content
Snippets Groups Projects
Unverified Commit 38865b6f authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard: Committed by GitHub
Browse files

Improve section headers

They should point out more clearly that the updater
does more than just updating the service binaries.
parent 2e067000
No related branches found
No related tags found
No related merge requests found
Service Installation Updates Service Updates, Configuration Management and Logfiles Collection
============================ =================================================================
The service can automatically be updated by running the `Update-Service.ps1` The service can automatically be updated by running the `Update-Service.ps1`
script. It will check a remote location (configurable via a config file) and do script. It will check a remote location (configurable via a config file) and do
...@@ -16,8 +16,8 @@ the following tasks: ...@@ -16,8 +16,8 @@ the following tasks:
- upload the local service log file to the storage location that is also used - upload the local service log file to the storage location that is also used
to retrieve updates to retrieve updates
Config File Options Updater Config File Options
------------------- ---------------------------
An example config file for the update script is provided as An example config file for the update script is provided as
`UpdaterConfig-Example.inc.ps1`. The values should be mostly self-explaining, so `UpdaterConfig-Example.inc.ps1`. The values should be mostly self-explaining, so
...@@ -106,4 +106,4 @@ Register-ScheduledJob ` ...@@ -106,4 +106,4 @@ Register-ScheduledJob `
-Trigger $JobTrigger ` -Trigger $JobTrigger `
-Credential $Cred ` -Credential $Cred `
-Verbose -Verbose
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment