Expose systemd-journal-gatewayd to Supervisor (#1627)
* Add systemd-journal-remote to the image This allows to access journald's log from within Supervisor and expose more system logs to users. * Allow to access systemd-journal-gatewayd from Supervisor Create a systemd-journal-gatewayd.socket service using a Unix socket and bind mount it into the Supervisor container. This allows to query systemd-journald from Supervisor directly.
This commit is contained in:
@@ -81,6 +81,7 @@ BR2_PACKAGE_RNG_TOOLS=y
|
||||
BR2_PACKAGE_SYSTEMD_RANDOMSEED=y
|
||||
BR2_PACKAGE_SYSTEMD_RESOLVED=y
|
||||
BR2_PACKAGE_SYSTEMD_COREDUMP=y
|
||||
BR2_PACKAGE_SYSTEMD_JOURNAL_REMOTE=y
|
||||
BR2_PACKAGE_SYSTEMD_LOGIND=y
|
||||
BR2_PACKAGE_UTIL_LINUX_PARTX=y
|
||||
BR2_PACKAGE_UTIL_LINUX_ZRAMCTL=y
|
||||
|
||||
Reference in New Issue
Block a user