diff options
author | Roy Marples <roy@marples.name> | 2009-10-13 21:06:35 +0100 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-10-13 21:06:35 +0100 |
commit | ac7af858131cd496c14f591fff9cd52b82a8ed76 (patch) | |
tree | e5597135152c4c1ba2c726b0e6b6a1c3032c5087 /init.d | |
parent | a8f6a9b6540ca301af625b4767df53860511a6dc (diff) |
Provide clock
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/swclock.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/swclock.in b/init.d/swclock.in index ab076c31..2d091fed 100644 --- a/init.d/swclock.in +++ b/init.d/swclock.in @@ -7,6 +7,7 @@ description="Sets the local clock to the mtime of a given file." depend() { before * + provide clock keyword -openvz -prefix -uml -vserver -xenu } |