]> git.pld-linux.org Git - packages/ntp.git/blame - ntpdate.upstart
rel 1, seems working
[packages/ntp.git] / ntpdate.upstart
CommitLineData
ac5d49d5
ER
1description "Synchronizes time with ntpdate (NTP client)"
2
e9cda19b 3# TODO: act on "have default gateway"
ac5d49d5
ER
4# start on net-device-added INTERFACE!=lo
5# TODO: run before ntpd
6
7start on pld.network-started
8stop on pld.shutdown-started
9
ac5d49d5
ER
10task
11
12# mark that ntpdate fail is ok (task marked as done and hwclock skipped)
13normal exit 0 1
14
1555be5d 15exec /usr/sbin/ntpdate-wrapper
This page took 0.028698 seconds and 4 git commands to generate.