13 lines
266 B
SYSTEMD
13 lines
266 B
SYSTEMD
|
[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
|