cronie.initd 332 B

12345678910111213141516
  1. #!/usr/bin/openrc-run
  2. # Copyright 1999-2016 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. command="/usr/bin/crond"
  5. command_args="${CRONDARGS}"
  6. # pidfile="/run/crond.pid"
  7. supervisor="supervise-daemon"
  8. command_args_foreground="-n"
  9. depend() {
  10. use clock logger
  11. need localmount
  12. provide cron
  13. }