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