From 1214114108a6e6d95f278ae7dc9b4747c0c9dbb6 Mon Sep 17 00:00:00 2001 From: Sergio Andres Rodriguez Orama Date: Thu, 13 Jun 2024 14:53:34 -0400 Subject: [PATCH] Start systemd-journal-gatewayd. --- ...uttlefish-orchestration.cuttlefish-host_orchestrator.init | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/debian/cuttlefish-orchestration.cuttlefish-host_orchestrator.init b/frontend/debian/cuttlefish-orchestration.cuttlefish-host_orchestrator.init index 2891fce9b0..115e50867c 100755 --- a/frontend/debian/cuttlefish-orchestration.cuttlefish-host_orchestrator.init +++ b/frontend/debian/cuttlefish-orchestration.cuttlefish-host_orchestrator.init @@ -90,6 +90,11 @@ start_orchestrator() { } start() { + # Note: Use `Wants=` option when migrating to systemd unit files rather + # than starting the systemd-journal-gatewayd service manually. + # https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html + service systemd-journal-gatewayd start + prepare_run_dir start_orchestrator