#!/bin/sh
[ -r conf ] && . ./conf
# shellcheck disable=SC2086
exec /usr/sbin/autounmountd -d ${OPTS} >/dev/null 2>&1
