ntpd job from ntp/4.2.8p12
Github source:
fee33ac
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
(fromctl
)bin/post-start
(frompost-start.erb
)config/ntp.conf
(fromntp.conf.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.