logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

openntpd.init.d-20080406-r6 (299B)


  1. #!/sbin/openrc-run
  2. # Copyright 1999-2013 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. # $Id$
  5. name="OpenNTPD"
  6. command="/usr/sbin/ntpd"
  7. pidfile="/run/ntpd.pid"
  8. command_args="-p ${pidfile} ${NTPD_OPTS}"
  9. depend() {
  10. need net
  11. after ntp-client
  12. use dns logger
  13. }