#!/sbin/openrc-run

description="RaiDrive Virtual Filesystem Daemon"
command=${command:-/usr/sbin/raidrived}
command_args="--daemon"
command_background=true
pidfile=/run/raidrived.pid

depend() {
    need net
}
