cookutils diff doc/cookutils.en.html @ rev 163
Add init script and doc hwoto used it
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 15 15:21:18 2011 +0200 (2011-05-15) |
parents | fb53f8b0a0ca |
children | 216d991caed1 |
line diff
1.1 --- a/doc/cookutils.en.html Tue May 10 19:36:19 2011 +0100 1.2 +++ b/doc/cookutils.en.html Sun May 15 15:21:18 2011 +0200 1.3 @@ -352,7 +352,22 @@ 1.4 to run the Cooker every 2 hours: 1.5 </p> 1.6 <pre> 1.7 -*/2 * * * * /usr/bin/cooker 1.8 +* */2 * * * /usr/bin/cooker 1.9 +</pre> 1.10 + 1.11 +<h3>Cooker BB started at boot</h3> 1.12 +<p> 1.13 + The Cooker environment and deamon can automaticaly started at boot time. You 1.14 + must have cookutils installed on the host and use standard SliTaz to make it 1.15 + work properly (cooking goes in /home/slitaz/cooking). The deamon script will 1.16 + mount virtual filesystems if needed as well as source and packages. Sources 1.17 + files are in /home/slitaz/src and binded into the chroot so you can share 1.18 + packages source between several version (stable, cooking, undiguest). To 1.19 + start the daemon you must have a cron file definition for root in the chroot, 1.20 + the deamon script work like all other system daemon and can be handled with: 1.21 +</p> 1.22 +<pre> 1.23 +# /etc/init.d/cooker [start|stop|restart] 1.24 </pre> 1.25 1.26 <!-- End content -->