Author: ogrisel
Date: Thu Nov 10 02:25:48 2011
New Revision: 1200101
URL: http://svn.apache.org/viewvc?rev=1200101&view=rev
Log:
more doc for the stanbol init script
Modified:
incubator/stanbol/trunk/tools/README.md
Modified: incubator/stanbol/trunk/tools/README.md
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/tools/README.md?rev=1200101&r1=1200100&r2=1200101&view=diff
==============================================================================
--- incubator/stanbol/trunk/tools/README.md (original)
+++ incubator/stanbol/trunk/tools/README.md Thu Nov 10 02:25:48 2011
@@ -1,3 +1,11 @@
# Utilities for sysadmin and developers
-- stanbol: a startup script to put in your /etc/init.d/ on Linux
+## stanbol
+
+A startup script to put in your /etc/init.d/ on Linux. To install on the
+default runlevels on Debian / Ubuntu, run the following command (as root):
+
+ $ update-rc.d stanbol defaults
+
+Don't forget to update the parameters (e.g. path to the launcher jar)
+in the beginning of the script.