1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-02-15 07:27:13 +00:00
Files
supervisor/tests/fixtures/journald-addon-config.json
mdegat01 667672a20b Addons can access systemd journal logs (#2722)
* Added journald access to addons

* Name change to journald and added tests
2021-03-17 12:26:23 +01:00

14 lines
306 B
JSON

{
"name": "Journald Add-on",
"version": "1.0.1",
"slug": "journald_addon",
"description": "This is a Test Add-on that uses journald",
"arch": ["amd64"],
"url": "https://www.home-assistant.io/",
"startup": "application",
"boot": "auto",
"journald": true,
"options": {},
"schema": {}
}