From 13b43b7271d2b49e8a5529b3d0f526444aa311b6 Mon Sep 17 00:00:00 2001 From: humar_t Date: Tue, 28 Mar 2023 08:09:36 +0000 Subject: [PATCH] Update start.yml to start java retrieval --- operation-tools/start.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/operation-tools/start.yml b/operation-tools/start.yml index 1d20463..8d23bca 100644 --- a/operation-tools/start.yml +++ b/operation-tools/start.yml @@ -17,7 +17,13 @@ state: started name: daq-query-node + - name: start java retrieval + systemd: + state: started + name: retrieval + - name: start retrieval systemd: state: started - name: retrieval-00.service + name: retrieval-00 +