Skip to content

Commit

Permalink
units/[email protected]: conflict with umount.target
Browse files Browse the repository at this point in the history
Follow-up for d120ce478dc0043c89899799b5c1aaf62901bea9

[email protected] is used as a synchronization point between
the mount unit and corresponding [email protected].
After the mentioned commit, it doesn't get a stop job enqueued
during shutdown, and thus the stop job for [email protected]
could be run before the mount unit is stopped.

Therefore, let's make [email protected] conflict with umount.target,
which is also what [email protected] does.

Fixes #29336

(cherry picked from commit 99f360a46b6304d87a483be8e09d5e5176be13aa)

Related: RHEL-6210
  • Loading branch information
YHNdnzj authored and msekletar committed Mar 11, 2024
1 parent 7991312 commit 4f26150
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions units/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
[Unit]
Description=Block Device Preparation for %f
Documentation=man:systemd.special(7)

DefaultDependencies=no
Conflicts=umount.target
Before=umount.target

StopWhenUnneeded=yes

0 comments on commit 4f26150

Please sign in to comment.