rsyncd.init.d-r1 247 B

123456789101112
  1. #!/sbin/openrc-run
  2. # Copyright 1999-2012 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. command="/usr/bin/rsync"
  5. command_args="--daemon ${RSYNC_OPTS}"
  6. pidfile="/var/run/${SVCNAME}.pid"
  7. depend() {
  8. use net
  9. }