atd.initd 249 B

12345678910111213
  1. #!/usr/bin/openrc-run
  2. # Copyright 1999-2016 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. supervisor=supervise-daemon
  5. command="/usr/bin/atd"
  6. command_args="${ATD_OPTS} -f"
  7. depend() {
  8. need clock
  9. use logger
  10. }