config/sysinv/sysinv-agent/sysinv-agent.service
Sharath Kumar K fb8ae2dbae De-branding in starlingx/config: Titanium Cloud -> StarlingX
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>
2020-04-06 10:35:49 +02:00

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