uxc: add support for user-defined settings
authorDaniel Golle <daniel@makrotopia.org>
Thu, 17 Feb 2022 20:43:34 +0000 (20:43 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 18 Feb 2022 02:55:15 +0000 (02:55 +0000)
commitdf1123e668eb9a9a790d8877a2b16a1f2e87409b
tree732d9915bab56268b12632008f97247753439568
parentcb0031c47b9d46f3cf84daa90d484af5f9c90e31
uxc: add support for user-defined settings

Instead of keeping both, the container defintion and settings in the
same file, split-off the user-defined settings into a separate file.
This has the advantage that user-defined settings are retained in case
the container definition is replaced or updated.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
uxc.c