1*2b15cb3dSCy Schubert#!/bin/sh 2*2b15cb3dSCy Schubert 3*2b15cb3dSCy Schubert# PROVIDE: TIMESYNC 4*2b15cb3dSCy Schubert# REQUIRE: LOGIN ntpwait 5*2b15cb3dSCy Schubert 6*2b15cb3dSCy Schubert# This depedency ensures that all services which require stable system clock 7*2b15cb3dSCy Schubert# are run after ntpd is synchronized. It's run as late as possible, if you need 8*2b15cb3dSCy Schubert# stable clock before login use BEFORE: LOGIN 9