rsyncd.initd 328 B

1234567891011121314
  1. #!/usr/bin/openrc-run
  2. # Copyright 1999-2012 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. supervisor="supervise-daemon"
  5. command="/usr/bin/rsync"
  6. command_args="${RSYNCD_OPTS}"
  7. command_args_foreground="--daemon --no-detach"
  8. command_args_background="-p ${pidfile}"
  9. depend() {
  10. use net
  11. }