Add a blurb about the Autostart directory in the bash scripting section. If

there is a better place please move it there. Also fixed a bad link in the
Tracker section.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32528 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood
2009-08-19 21:44:03 +00:00
parent 176b361595
commit f67cd235ef
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -58,6 +58,8 @@ If they don't exist already, you'll have to create the needed files yourself. Ot
/boot/system/apps/Workspaces &amp;</pre>
<p>Remember to end a command with an "<tt>&amp;</tt>" to start it as a background process, or the script will halt until that command has finished (in this case: the launched app was closed again).</p>
<p>A simple alternative to the above for starting applications at boot up is to put links to them in the <span class="path">/boot/home/config/boot/Autostart</span> directory. This can be done simply in Tracker by right-clicking on the application you wish to have started automatically, going to Create Link and then <a href="tracker.html#navigating">navigating</a> to the above directory to create a link to that application in that directory.</p>
<h2><a id="usershutdownscript" name="usershutdownscript">The UserShutdownScript</a></h2>
<p><span class="path">/boot/home/config/boot/UserShutdownScript</span> will be executed as the first step in the shutdown process. If the script returns a non-zero exit status, the shutdown is aborted.</p>