13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
|
#!/sbin/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
|
||
|
}
|