2015-02-27 00:58:55 +00:00
|
|
|
#!/sbin/runscript
|
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-09-05 22:02:27 +00:00
|
|
|
# $Id$
|
2015-02-27 00:58:55 +00:00
|
|
|
|
|
|
|
command="/usr/bin/rsync"
|
|
|
|
command_args="--daemon ${RSYNC_OPTS}"
|
|
|
|
pidfile="/var/run/${SVCNAME}.pid"
|
|
|
|
|
|
|
|
depend() {
|
|
|
|
use net
|
|
|
|
}
|