[Initng-svn] r3664 - in initng/trunk/plugins: last limit
svn at initng.thinktux.net
svn at initng.thinktux.net
Tue Apr 4 12:19:24 CEST 2006
Author: jimmy
Date: Tue Apr 4 12:19:23 2006
New Revision: 3664
Modified:
initng/trunk/plugins/last/PLUGIN_DESCRIPTION
initng/trunk/plugins/limit/PLUGIN_DESCRIPTION
Log:
More PLUGIN_DESCRIPTIONS.
Modified: initng/trunk/plugins/last/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/last/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/last/PLUGIN_DESCRIPTION Tue Apr 4 12:19:23 2006
@@ -1,6 +1,7 @@
- name :
+ name : last
author : Jimmy Wennlund <jimmy.wennlund at gmail.com>
contributors :
commands :
- options :
- description :
\ No newline at end of file
+ options : last
+ description : If last keyword is set in service, this plugin makes sure
+ all other services is started before this service.
\ No newline at end of file
Modified: initng/trunk/plugins/limit/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/limit/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/limit/PLUGIN_DESCRIPTION Tue Apr 4 12:19:23 2006
@@ -1,6 +1,12 @@
- name :
+ name : limit
author : Jimmy Wennlund <jimmy.wennlund at gmail.com>
contributors :
commands :
- options :
- description :
\ No newline at end of file
+ options : rlimit_as_soft, rlimit_as_hard, rlimit_core_soft, rlimit_core_hard,
+ rlimit_cpu_soft, rlimit_cpu_hard, rlimit_data_soft, rlimit_data_hard,
+ rlimit_fsize_soft, rlimit_fsize_hard, rlimit_memlock_soft,
+ rlimit_memlock_hard, rlimit_nofile_soft, rlimit_nofile_hard,
+ rlimit_nproc_soft, rlimit_nproc_hard, rlimit_rss_soft, rlimit_rss_hard,
+ rlimit_sigpending_soft, rlimit_sigpending_hard, rlimit_stack_soft,
+ rlimit_stack_hard
+ description : This option sets standard ulimits to the service/daemon other process.
\ No newline at end of file
More information about the Initng-svn
mailing list