diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-10 13:49:50 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-10 14:01:47 +0200 |
commit | e26ead04a52938134e9d4a122ee4b51c36a6dd60 (patch) | |
tree | cd0666cb3d8ea325be902a8461f684ea060dd275 /recipes-sota/config/files/30-virtualsec.toml | |
parent | 7cad55821f0cc9f379b689afc6325bdb0cb1eff3 (diff) | |
download | meta-updater-e26ead04a52938134e9d4a122ee4b51c36a6dd60.tar.gz |
Example config for a virtual secondary.
Useful for updating an arbitrary file in /var.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'recipes-sota/config/files/30-virtualsec.toml')
-rw-r--r-- | recipes-sota/config/files/30-virtualsec.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-sota/config/files/30-virtualsec.toml b/recipes-sota/config/files/30-virtualsec.toml new file mode 100644 index 0000000..987f692 --- /dev/null +++ b/recipes-sota/config/files/30-virtualsec.toml | |||
@@ -0,0 +1,3 @@ | |||
1 | [uptane] | ||
2 | secondary_config_file = "/usr/lib/sota/virtualsec.json" | ||
3 | |||