docs: add documentation for "is_system_service" option

This commit is contained in:
Eric Callahan 2021-07-12 15:37:31 -04:00
parent cb8d5ecb35
commit f94a27c8e4
1 changed files with 4 additions and 0 deletions

View File

@ -497,6 +497,10 @@ host_repo:
# This option defaults to the repo extracted from the "origin" option,
# however if the origin is not hosted on GitHub then this parameter must
# be provided.
is_system_service: True
# If set to true the update manager will attempt to use systemctl to restart
# the service after an update has completed. This can be set to flase for
# repos that are not installed as a service. The default is True.
```
## `[mqtt]`