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