cdist/other/types_submitted_for_inclusion/__init_script/man.text

52 lines
1.2 KiB
Plaintext
Raw Normal View History

2011-10-03 15:33:19 +00:00
cdist-type__init_script(7)
2011-10-05 07:15:20 +00:00
==========================
2011-10-03 15:33:19 +00:00
Daniel Roth <dani-cdist--@--d-roth.li>
NAME
----
cdist-type__init_script - Use the init scripts
DESCRIPTION
-----------
This type can be used to control your init scripts.
REQUIRED PARAMETERS
-------------------
mode::
Specifies what shall be done with the init script (usually one of 'start'|'stop'|'restart'|'reload' or 'force-reload')
OPTIONAL PARAMETERS
-------------------
script::
If supplied, use this as the init-script.
2011-10-03 16:00:07 +00:00
Otherwise the object_id is used.
2011-10-03 15:33:19 +00:00
2011-10-03 16:00:07 +00:00
base_dir::
If supplied, this type uses this directory instead of '/etc/init.d'. The parameter will not need an ending slash.
2011-10-03 15:33:19 +00:00
EXAMPLES
--------
--------------------------------------------------------------------------------
# Reloads the configuration for lighttpd
__init_script lighttpd --mode force-reload
# Reloads the configuration for lighttpd
__init_script lighty --script lighttpd --mode force-reload
--------------------------------------------------------------------------------
SEE ALSO
--------
- cdist-type(7)
COPYING
-------
Copyright \(C) 2011 Daniel Roth. Free use of this software is
granted under the terms of the GNU General Public License version 3 (GPLv3).