diff options
Diffstat (limited to 'init.d/osclock.in')
-rw-r--r-- | init.d/osclock.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/init.d/osclock.in b/init.d/osclock.in new file mode 100644 index 00000000..ce892d20 --- /dev/null +++ b/init.d/osclock.in @@ -0,0 +1,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 +} |