96a3d4b10d
1. Rename TIS to StarlingX for .service file Test: After the de-brand change, bootimage.iso has been 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 batch12 changes. Story: 2006387 Task: 39650 Change-Id: I3a4836563836246f90e195bd3f5212af73420fbe Signed-off-by: Sharath Kumar K <sharath.kumar@intel.com>
17 lines
362 B
Desktop File
17 lines
362 B
Desktop File
[Unit]
|
|
Description=StarlingX Patching Agent
|
|
After=syslog.target network-online.target sw-patch.service
|
|
Before=pmon.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=root
|
|
ExecStart=/etc/init.d/sw-patch-agent start
|
|
ExecStop=/etc/init.d/sw-patch-agent stop
|
|
ExecReload=/etc/init.d/sw-patch-agent restart
|
|
PIDFile=/var/run/sw-patch-agent.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|