#!/usr/bin/openrc-run
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

supervisor="supervise-daemon"
command="/usr/bin/rsync"
command_args="${RSYNCD_OPTS}"
command_args_foreground="--daemon --no-detach"
command_args_background="-p ${pidfile}"

depend() {
    use net
}
