1CDIST-TYPE__START_ON_BOOT(7)         cdist        CDIST-TYPE__START_ON_BOOT(7)
2
3
4

NAME

6       cdist-type__start_on_boot - Manage stuff to be started at boot
7

DESCRIPTION

9       This  cdist type allows you to enable or disable stuff to be started at
10       boot of your operating system.
11
12       Warning: This type has not been tested intensively  and  is  not  fully
13       supported.
14

REQUIRED PARAMETERS

16       None.
17

OPTIONAL PARAMETERS

19       state  Either "present" or "absent", defaults to "present"
20
21       target_runlevel
22              Runlevel  which  should be modified, defaults to "default" (only
23              used on gentoo systems).
24

EXAMPLES

26          # Ensure snmpd is started at boot
27          __start_on_boot snmpd
28
29          # Same, but more explicit
30          __start_on_boot snmpd --state present
31
32          # Ensure legacy configuration management will not be started
33          __start_on_boot puppet --state absent
34

SEE ALSO

36       cdist-type__process(7)
37

AUTHORS

39       Nico Schottelius <nico-cdist--@--schottelius.org>
40

COPYING

42       Copyright (C) 2012-2019  Nico  Schottelius.  You  can  redistribute  it
43       and/or  modify  it under the terms of the GNU General Public License as
44       published by the Free Software Foundation, either version 3 of the  Li‐
45       cense, or (at your option) any later version.
46
48       ungleich GmbH 2021
49
50
51
52
537.0.0                            Jul 31, 2022     CDIST-TYPE__START_ON_BOOT(7)
Impressum