~uphackers/uphack/event.d

« back to all changes in this revision

Viewing changes to hwclockfirst

  • Committer: root
  • Date: 2008-03-19 14:51:08 UTC
  • Revision ID: root@blackbook-20080319145108-9lzaud8h1m63ny57
Initial import into bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
description "hwclockfirst"
 
2
author "John Dong"
 
3
 
 
4
start on stopped readahead ok
 
5
service
 
6
 
 
7
pre-start script
 
8
 /etc/init.d/hwclockfirst.sh start
 
9
end script
 
10
 
 
11
post-stop script
 
12
  /etc/init.d/hwclockfirst.sh stop
 
13
end script