1275970Scy#!/bin/sh
2275970Scy
3275970Scy# PROVIDE: TIMESYNC
4275970Scy# REQUIRE: LOGIN ntpwait
5275970Scy
6275970Scy# This depedency ensures that all services which require stable system clock
7275970Scy# are run after ntpd is synchronized. It's run as late as possible, if you need
8275970Scy# stable clock before login use BEFORE: LOGIN
9