diff --git a/WHATS_NEW b/WHATS_NEW index ab4f656d3..ac4053aec 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.176 - =================================== + Keep Install section only in lvm2-{lvmetad,lvmpolld}.socket systemd unit. liblvm: Fix segfault in lvm_pv_remove. (2.02.173) Do not allow storing VG metadata with LV without any segment. Fix printed message when thin snapshot was already merged. diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM index 6475fbdba..12cd7f8b3 100644 --- a/WHATS_NEW_DM +++ b/WHATS_NEW_DM @@ -1,5 +1,6 @@ Version 1.02.145 - =================================== + Keep Install section only in dm-event.socket systemd unit. Issue a specific error with dmsetup status if device is unknown. Fix RT_LIBS reference in generated libdevmapper.pc for pkg-config diff --git a/scripts/dm_event_systemd_red_hat.service.in b/scripts/dm_event_systemd_red_hat.service.in index de9aa52c7..d2c4cf1ad 100644 --- a/scripts/dm_event_systemd_red_hat.service.in +++ b/scripts/dm_event_systemd_red_hat.service.in @@ -13,6 +13,3 @@ ExecStart=@SBINDIR@/dmeventd -f Environment=SD_ACTIVATION=1 PIDFile=@DMEVENTD_PIDFILE@ OOMScoreAdjust=-1000 - -[Install] -WantedBy=sysinit.target diff --git a/scripts/lvm2_lvmetad_systemd_red_hat.service.in b/scripts/lvm2_lvmetad_systemd_red_hat.service.in index af34d8225..92e6d695f 100644 --- a/scripts/lvm2_lvmetad_systemd_red_hat.service.in +++ b/scripts/lvm2_lvmetad_systemd_red_hat.service.in @@ -13,6 +13,3 @@ ExecStart=@SBINDIR@/lvmetad -f Environment=SD_ACTIVATION=1 Restart=on-abort PIDFile=@LVMETAD_PIDFILE@ - -[Install] -WantedBy=sysinit.target diff --git a/scripts/lvm2_lvmpolld_systemd_red_hat.service.in b/scripts/lvm2_lvmpolld_systemd_red_hat.service.in index 66fbd9107..4ad4e6199 100644 --- a/scripts/lvm2_lvmpolld_systemd_red_hat.service.in +++ b/scripts/lvm2_lvmpolld_systemd_red_hat.service.in @@ -12,6 +12,3 @@ NonBlocking=true ExecStart=@SBINDIR@/lvmpolld -t 60 -f Environment=SD_ACTIVATION=1 PIDFile=@LVMPOLLD_PIDFILE@ - -[Install] -WantedBy=sysinit.target