Skip to content

Commit

Permalink
Merge pull request #678 from mmartinv/use-isolate-instead-of-replace-…
Browse files Browse the repository at this point in the history
…irreversibly

fix(dracut): use isolate on error in the manufacturing-client service
  • Loading branch information
mergify[bot] authored Oct 2, 2024
2 parents 25dc5f0 + 063a573 commit 5b20d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dracut/52fdo/manufacturing-client.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ConditionPathExists=/etc/manufacturing-client-config
Requires=dev-disk-by\x2dlabel-boot.device

OnFailure=emergency.target
OnFailureJobMode=replace-irreversibly
OnFailureJobMode=isolate

[Service]
Type=oneshot
Expand Down

0 comments on commit 5b20d5a

Please sign in to comment.