fb8ae2dbae
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 batch4 changes. Story: 2006387 Task: 36202 Change-Id: I708a1edb07dcd21a623fa484bb3b935c5180d089 Signed-off-by: Sharath Kumar K <sharath.kumar@intel.com>
16 lines
365 B
Desktop File
16 lines
365 B
Desktop File
[Unit]
|
|
Description=StarlingX System Inventory Agent
|
|
After=nfscommon.service sw-patch.service
|
|
After=network-online.target systemd-udev-settle.service
|
|
Before=pmon.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
RemainAfterExit=yes
|
|
ExecStart=/etc/init.d/sysinv-agent start
|
|
ExecStop=/etc/init.d/sysinv-agent stop
|
|
PIDFile=/var/run/sysinv-agent.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|