1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

systemd: put back DefaultDependencies=no for lvmpolld and lvmetad socket unit

Previous commit 0a726a7e26 removed this
by mistake - we have to keep the DefaultDependencies=no - the
sockets.target is after sysinit.target.
This commit is contained in:
Peter Rajnoha 2019-04-11 12:22:27 +02:00
parent 6064b9f1b2
commit 03d6cfdd99
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
[Unit]
Description=LVM2 metadata daemon socket
Documentation=man:lvmetad(8)
DefaultDependencies=no
Conflicts=shutdown.target
[Socket]
ListenStream=@DEFAULT_RUN_DIR@/lvmetad.socket

View File

@ -1,6 +1,8 @@
[Unit]
Description=LVM2 poll daemon socket
Documentation=man:lvmpolld(8)
DefaultDependencies=no
Conflicts=shutdown.target
[Socket]
ListenStream=@DEFAULT_RUN_DIR@/lvmpolld.socket