[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:
Arun Saravanan Balachandran 2021-01-05 04:33:44 +00:00 committed by Guohan Lu
parent f7bb635be8
commit 1b049421aa
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description=Dell S5232f Platform modules
Before=pmon.service
Before=pmon.service determine-reboot-cause.service
DefaultDependencies=no
[Service]

View File

@ -1,7 +1,7 @@
[Unit]
Description=Dell S6000 Platform modules
After=local-fs.target
Before=pmon.service
Before=pmon.service determine-reboot-cause.service
[Service]
Type=oneshot

View File

@ -1,6 +1,6 @@
[Unit]
Description=Dell S6100 Platform modules
Before=pmon.service
Before=pmon.service determine-reboot-cause.service
DefaultDependencies=no
[Service]

View File

@ -1,6 +1,6 @@
[Unit]
Description=Dell Z9100 Platform modules
Before=pmon.service
Before=pmon.service determine-reboot-cause.service
DefaultDependencies=no
[Service]

View File

@ -1,6 +1,6 @@
[Unit]
Description=Dell Z9264f Platform modules
Before=pmon.service
Before=pmon.service determine-reboot-cause.service
DefaultDependencies=no
[Service]

View File

@ -1,6 +1,6 @@
[Unit]
Description=Dell Z9332f Platform modules
Before=pmon.service
Before=pmon.service determine-reboot-cause.service
DefaultDependencies=no
[Service]