Skip to content

Commit

Permalink
Remove plymouth service from generator
Browse files Browse the repository at this point in the history
It is no longer used to collect a password anymore.

See: stratis-storage#3337.

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jul 31, 2023
1 parent 03b1611 commit 477c9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/generators/stratis_setup_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ DefaultDependencies=no
Conflicts=shutdown.target
OnFailure=emergency.target
OnFailureJobMode=isolate
Wants=stratisd-min.service plymouth-start.service stratis-clevis-setup.service
After=paths.target plymouth-start.service stratisd-min.service
Wants=stratisd-min.service stratis-clevis-setup.service
After=paths.target stratisd-min.service
Before=initrd.target
[Service]
Expand Down

0 comments on commit 477c9f6

Please sign in to comment.