forked from ungleich-public/cdist
man page
This commit is contained in:
parent
5d256b21b1
commit
5f1afb08f6
2 changed files with 50 additions and 1 deletions
49
conf/type/__init_script/man.text
Normal file
49
conf/type/__init_script/man.text
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
cdist-type__init_script(7)
|
||||||
|
==============================
|
||||||
|
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.
|
||||||
|
Otherwise the object_id is used. The script will be pretended with '/etc/init.d/'
|
||||||
|
|
||||||
|
|
||||||
|
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).
|
|
@ -1 +1 @@
|
||||||
service
|
script
|
||||||
|
|
Loading…
Reference in a new issue