e2502edefd
Why I did it To reduce the processing time of rc.local, refactoring s6100 platform initialization. Porting changes from 202012 branch [202012] Refactoring DELL platform init to reduce rc.local processing time #10171
13 lines
266 B
Desktop File
13 lines
266 B
Desktop File
[Unit]
|
|
Description=Dell S6100 Platform Startup Service
|
|
Before=pmon.service determine-reboot-cause.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/s6100_platform_startup.sh init
|
|
RemainAfterExit=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|