[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 GitHub
parent c38eee8294
commit 19b2b44638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -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]

View File

@ -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

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]