aboutsummaryrefslogtreecommitdiff
path: root/init.d/osclock.in
blob: ce892d202abac791013d5303624c0b1cd020b7dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!@SBINDIR@/openrc-run
# Copyright (c) 2014 Ralph Sennhauser <sera@igentoo.org>
# Released under the 2-clause BSD license.

# Can be used on OSs that take care of the clock.

description="Provides clock"

depend()
{
	provide clock
}