Skip to content

ntpd job from ntp/4.2.8p13

Github source: 00c7325 or master branch

Properties

ntp_conf

ntpd’s configuration file (ntp.conf)

post_start

post-start script (remove ntpdate). Must start with #!

Default
  |+
    #!/bin/bash -x
    crontab -l | egrep -v "/var/vcap/bosh/bin/sync-time" > crontab
    crontab crontab

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/ntpd/ directory (learn more).

  • bin/ctl (from ctl)
  • bin/post-start (from post-start.erb)
  • config/ntp.conf (from ntp.conf.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.