7a7c363548
Why I did it - To reduce rc.local script execution time. - Time consumption of rc.local script is around 22 seconds in S6100. How I did it - Moving platform-modules-s6100.service and s6100-lpc-monitor.service asynchronous to rc.local script. How to verify it - Load the image with the changes and the time consumption of rc.local script reduced from 22 seconds(approx.) to 14 seconds(approx.) during warm-/fast-reboot upgrades. - sonic-mgmt test results.
8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
# postinst script for S6100
|
|
|
|
# Enable Dell-S6100-platform-service
|
|
systemctl enable platform-modules-s6100.service
|
|
systemctl start --no-block platform-modules-s6100.service
|
|
|
|
#DEBHELPER#
|