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
299 B
Desktop File
17 lines
299 B
Desktop File
[Unit]
|
|
Description=StarlingX Patching
|
|
After=syslog.target network-online.target
|
|
Before=sw-patch-agent.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
ExecStart=/etc/init.d/sw-patch start
|
|
RemainAfterExit=yes
|
|
StandardOutput=syslog+console
|
|
StandardError=syslog+console
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|