1. Rename Titanium Cloud to StarlingX for .spec files 2. Rename Titanium Cloud to StarlingX for .service file Test: After the de-brand change, bootimage.iso has 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 batch1 changes. Story: 2006387 Task: 36207 Change-Id: Ifa4dc5c7aa3189815e00b796fc833852e88c8fe3 Signed-off-by: Sharath Kumar K <sharath.kumar@intel.com>
14 lines
275 B
Desktop File
14 lines
275 B
Desktop File
[Unit]
|
|
Description=StarlingX Maintenance Storage Goenable Ready
|
|
After=config.service
|
|
Before=pmon.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/etc/init.d/goenabledStorage start
|
|
ExecStop=/etc/init.d/goenabledStorage stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|