add comments

This commit is contained in:
zzz
2009-10-26 14:18:57 +00:00
parent 0c74e640df
commit 5aa254a178

View File

@ -2,12 +2,17 @@
# #
# Skeleton sh script suitable for starting and stopping # Skeleton sh script suitable for starting and stopping
# wrapped Java apps on the Solaris platform. # "wrapped" Java apps.
# #
# Make sure that PIDFILE points to the correct location, # Make sure that PIDFILE points to the correct location,
# if you have changed the default location set in the # if you have changed the default location set in the
# wrapper configuration file. # wrapper configuration file.
# #
# Note that the wrapper only supports Windows, Mac, and
# certain Linux architectures. If this script fails to
# successfully invoke i2psvc on your platform,
# try the runplain.sh script instead.
#
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# These settings can be modified to fit the needs of your application # These settings can be modified to fit the needs of your application