
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>
13 lines
250 B
Desktop File
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
|