atd.rc8 289 B

1234567891011121314
  1. #!/sbin/openrc-run
  2. # Copyright 1999-2016 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. pidfile="/var/run/atd.pid"
  5. command="/usr/sbin/atd"
  6. command_args="${ATD_OPTS}"
  7. start_stop_daemon_args="--pidfile ${pidfile}"
  8. depend() {
  9. need clock
  10. use logger
  11. }