Skip to content

Commit 0b9b21a

Browse files
committed
CA-407566: adjust systemd dependencies
The previous set of dependencies actually result in an ordering loop and aren't actually required. Signed-off-by: Mark Syms <mark.syms@cloud.com>
1 parent 53c478d commit 0b9b21a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

systemd/sm-mpath-root.service

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
[Unit]
22
Description=Ensure symlinks for multipathed rootdev
3-
Wants=basic.target multipathd.service
4-
After=basic.target
5-
Before=multipathd.service
63

74
[Service]
85
Type=oneshot
96
RemainAfterExit=yes
107
ExecStart=/opt/xensource/sm/multipath-root-setup
118

129
[Install]
13-
WantedBy=multi-user.target
10+
WantedBy=sysinit.target

0 commit comments

Comments
 (0)