c63ad80c23
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 batch2 changes. Change-Id: I63ab8cda38c45240198f37d1f30c95e0b02da3e1 Story: 2006387 Task: 36204 Signed-off-by: Sharath Kumar K <sharath.kumar@intel.com>
18 lines
358 B
Desktop File
18 lines
358 B
Desktop File
[Unit]
|
|
Description=StarlingX Fault Management Initialization
|
|
After=network.target syslog.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
Restart=no
|
|
KillMode=process
|
|
RemainAfterExit=yes
|
|
ExecStart=/etc/rc.d/init.d/fminit start
|
|
ExecStop=/etc/rc.d/init.d/fminit stop
|
|
ExecReload=/etc/rc.d/init.d/fminit reload
|
|
PIDFile=/var/run/fmManager.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|