From 96a3d4b10d819db017761c14a257acef7a0f7c49 Mon Sep 17 00:00:00 2001 From: Sharath Kumar K Date: Tue, 5 May 2020 08:13:39 +0200 Subject: [PATCH] De-branding in starlingx/update: TIS -> StarlingX 1. Rename TIS to StarlingX for .service file Test: After the de-brand change, bootimage.iso has been built in the flock Layer and installed on the dev machine to validate the changes. Please note, doing de-brand changes in batches, this is batch12 changes. Story: 2006387 Task: 39650 Change-Id: I3a4836563836246f90e195bd3f5212af73420fbe Signed-off-by: Sharath Kumar K --- cgcs-patch/bin/sw-patch-agent.service | 2 +- cgcs-patch/bin/sw-patch-controller-daemon.service | 2 +- cgcs-patch/bin/sw-patch-controller.service | 2 +- cgcs-patch/bin/sw-patch.service | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cgcs-patch/bin/sw-patch-agent.service b/cgcs-patch/bin/sw-patch-agent.service index 67013698..9ca3a253 100644 --- a/cgcs-patch/bin/sw-patch-agent.service +++ b/cgcs-patch/bin/sw-patch-agent.service @@ -1,5 +1,5 @@ [Unit] -Description=TIS Patching Agent +Description=StarlingX Patching Agent After=syslog.target network-online.target sw-patch.service Before=pmon.service diff --git a/cgcs-patch/bin/sw-patch-controller-daemon.service b/cgcs-patch/bin/sw-patch-controller-daemon.service index 73baad5b..7b11291a 100644 --- a/cgcs-patch/bin/sw-patch-controller-daemon.service +++ b/cgcs-patch/bin/sw-patch-controller-daemon.service @@ -1,5 +1,5 @@ [Unit] -Description=TIS Patching Controller Daemon +Description=StarlingX Patching Controller Daemon After=syslog.target network-online.target sw-patch.service sw-patch-controller.service Before=pmon.service diff --git a/cgcs-patch/bin/sw-patch-controller.service b/cgcs-patch/bin/sw-patch-controller.service index 49e24254..d40535a7 100644 --- a/cgcs-patch/bin/sw-patch-controller.service +++ b/cgcs-patch/bin/sw-patch-controller.service @@ -1,5 +1,5 @@ [Unit] -Description=TIS Patching Controller +Description=StarlingX Patching Controller After=syslog.service network-online.target sw-patch.service Before=sw-patch-agent.service sw-patch-controller-daemon.service diff --git a/cgcs-patch/bin/sw-patch.service b/cgcs-patch/bin/sw-patch.service index 5786ceb9..0468153b 100644 --- a/cgcs-patch/bin/sw-patch.service +++ b/cgcs-patch/bin/sw-patch.service @@ -1,5 +1,5 @@ [Unit] -Description=TIS Patching +Description=StarlingX Patching After=syslog.target network-online.target Before=sw-patch-agent.service