[DellEMC] Add platform-modules as prerequisite for determine-reboot-cause (#6322)
Add a systemd dependency to make platform-modules service as a prerequisite for determine-reboot-cause service to ensure platform initialization is complete before determine-reboot-cause.service executes.
This commit is contained in:
parent
c38eee8294
commit
19b2b44638
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Dell S5232f Platform modules
|
Description=Dell S5232f Platform modules
|
||||||
Before=pmon.service
|
Before=pmon.service determine-reboot-cause.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Dell S6000 Platform modules
|
Description=Dell S6000 Platform modules
|
||||||
After=local-fs.target
|
After=local-fs.target
|
||||||
Before=pmon.service
|
Before=pmon.service determine-reboot-cause.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Dell S6100 Platform modules
|
Description=Dell S6100 Platform modules
|
||||||
Before=pmon.service
|
Before=pmon.service determine-reboot-cause.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Dell Z9100 Platform modules
|
Description=Dell Z9100 Platform modules
|
||||||
Before=pmon.service
|
Before=pmon.service determine-reboot-cause.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Dell Z9264f Platform modules
|
Description=Dell Z9264f Platform modules
|
||||||
Before=pmon.service
|
Before=pmon.service determine-reboot-cause.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Dell Z9332f Platform modules
|
Description=Dell Z9332f Platform modules
|
||||||
Before=pmon.service
|
Before=pmon.service determine-reboot-cause.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Loading…
Reference in New Issue
Block a user