#!/bin/sh

msg='Starting multipathd...'
run() {
	multipathd -s
}
