sonic-buildimage/platform/broadcom/sonic-platform-modules-dell/debian/platform-modules-s6100.postinst
Santhosh Kumar T 79e014efcb
[DellEMC] S6100 Platform Service optimization porting in 202205 (#11329)
To reduce rc.local script execution time. Porting changes from [DellEMC] S6100 Platform Service optimization #10989
Changes:
Moving platform-modules-s6100.service and s6100-lpc-monitor.service asynchronous to rc.local script.
2022-08-02 09:55:49 -07:00

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#