update/cgcs-patch/bin/sw-patch-controller.service
Sharath Kumar K 96a3d4b10d 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 <sharath.kumar@intel.com>
2020-05-05 09:36:58 +02:00

15 lines
315 B
Desktop File

[Unit]
Description=StarlingX Patching Controller
After=syslog.service network-online.target sw-patch.service
Before=sw-patch-agent.service sw-patch-controller-daemon.service
[Service]
Type=oneshot
User=root
ExecStart=/etc/init.d/sw-patch-controller start
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target