1CDIST-TYPE__START_ON_BOOT(7) cdist CDIST-TYPE__START_ON_BOOT(7)
2
3
4
6 cdist-type__start_on_boot - Manage stuff to be started at boot
7
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
16 None.
17
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
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
36 cdist-type__process(7)
37
39 Nico Schottelius <nico-cdist--@--schottelius.org>
40
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
45 License, or (at your option) any later version.
46
48 ungleich GmbH 2019
49
50
51
52
536.4.0 Jan 04, 2020 CDIST-TYPE__START_ON_BOOT(7)