From 7e59fbf16758953c48dd106a66d2fa22d2860b7f Mon Sep 17 00:00:00 2001 From: Tadej Humar Date: Thu, 23 Feb 2023 11:28:44 +0100 Subject: [PATCH] retrieval service name update --- operation-tools/start.yml | 2 +- operation-tools/stop.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/operation-tools/start.yml b/operation-tools/start.yml index f8de6f1..1d20463 100644 --- a/operation-tools/start.yml +++ b/operation-tools/start.yml @@ -20,4 +20,4 @@ - name: start retrieval systemd: state: started - name: retrieval-rs-00.service + name: retrieval-00.service diff --git a/operation-tools/stop.yml b/operation-tools/stop.yml index 34d811e..d68f967 100644 --- a/operation-tools/stop.yml +++ b/operation-tools/stop.yml @@ -6,7 +6,7 @@ - name: stop retrieval systemd: state: stopped - name: retrieval-rs-00.service + name: retrieval-00.service - name: stop daq-dispatcher-node systemd: