View | Details | Raw Unified | Return to bug 837954
Collapse All | Expand All

(-)LVM2.2.02.98/scripts/lvm2_activation_generator_systemd_red_hat.c (-1 / +1 lines)
Lines 125-131 static int generate_unit(const char *dir Link Here
125
	fputs("Before=local-fs.target shutdown.target\n"
125
	fputs("Before=local-fs.target shutdown.target\n"
126
	      "Wants=systemd-udev-settle.service\n\n"
126
	      "Wants=systemd-udev-settle.service\n\n"
127
	      "[Service]\n"
127
	      "[Service]\n"
128
	      "ExecStart=/usr/sbin/lvm vgchange -aay --sysinit\n"
128
	      "ExecStart=/sbin/lvm vgchange -aay --sysinit\n"
129
	      "Type=oneshot\n", f);
129
	      "Type=oneshot\n", f);
130
130
131
	if (fclose(f) < 0) {
131
	if (fclose(f) < 0) {

Return to bug 837954