#!/bin/sh
# SUSE versions up to SLE15 populated /etc with files.
# This wrapper exists to remain compatible with their expected script path
exec /usr/lib/xen/scripts/block-drbd "$@"
