79e014efcb
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.
13 lines
332 B
Desktop File
13 lines
332 B
Desktop File
[Unit]
|
|
Description=Dell S6100 Platform Startup Service
|
|
Before=pmon.service determine-reboot-cause.service pcie-check.service system-health.service watchdog-control.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/s6100_platform_startup.sh init
|
|
RemainAfterExit=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|