Sharath Kumar K 8683043a24 De-branding in starlingx/config-files: Titanium Cloud -> StarlingX
1. 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 batch5 changes.

Story: 2006387
Task: 39271

Change-Id: I642fad20048435b2bbaa34da235bd0597fc26525
Signed-off-by: Sharath Kumar K <sharath.kumar@intel.com>
2020-04-06 10:34:37 +02:00

13 lines
250 B
Desktop File

[Unit]
Description=StarlingX Filesystem Initialization
After=network.target nfscommon.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/etc/init.d/uexportfs start
ExecStop=/etc/init.d/uexportfs stop
[Install]
WantedBy=multi-user.target