diff options
Diffstat (limited to 'init.d/swclock.in')
-rw-r--r-- | init.d/swclock.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/swclock.in b/init.d/swclock.in index 465f76cf..b74d49a1 100644 --- a/init.d/swclock.in +++ b/init.d/swclock.in @@ -1,4 +1,4 @@ -#!@SBINDIR@/runscript +#!@SBINDIR@/openrc-run # Copyright (c) 2009 Roy Marples <roy@marples.name> # Released under the 2-clause BSD license. @@ -17,7 +17,7 @@ start() { ebegin "Setting the local clock based on last shutdown time" if ! swclock 2> /dev/null; then - swclock --warn @SBINDIR@/runscript + swclock --warn @SBINDIR@/openrc-run fi eend $? } |