Imported Upstream version 0.8.9
[platform/upstream/multipath-tools.git] / multipathd / multipathd.service
1 [Unit]
2 Description=Device-Mapper Multipath Device Controller
3 Before=lvm2-activation-early.service
4 Before=local-fs-pre.target blk-availability.service shutdown.target
5 Wants=systemd-udevd-kernel.socket
6 After=systemd-udevd-kernel.socket
7 After=multipathd.socket systemd-remount-fs.service
8 Before=initrd-cleanup.service
9 DefaultDependencies=no
10 Conflicts=shutdown.target
11 Conflicts=initrd-cleanup.service
12 ConditionKernelCommandLine=!nompath
13 ConditionKernelCommandLine=!multipath=off
14 ConditionVirtualization=!container
15
16 [Service]
17 Type=notify
18 NotifyAccess=main
19 ExecStart=/sbin/multipathd -d -s
20 ExecReload=/sbin/multipathd reconfigure
21 TasksMax=infinity
22
23 [Install]
24 WantedBy=sysinit.target
25 Also=multipathd.socket