Update man page for multipath -r
[platform/upstream/multipath-tools.git] / multipathd / multipathd.service
1 [Unit]
2 Description=Device-Mapper Multipath Device Controller
3 Before=iscsi.service iscsid.service
4 After=syslog.target
5
6 [Service]
7 Type=forking
8 PIDFile=/var/run/multipathd.pid
9 ExecStart=/sbin/multipathd
10 ExecReload=/sbin/multipathd reconfigure
11 #ExecStop=/path/to/scrip delete-me if not necessary
12
13 [Install]
14 WantedBy=multi-user.target