1SYSTEMD-SYSV-GENERATOR(8) systemd-sysv-generator SYSTEMD-SYSV-GENERATOR(8)
2
3
4
6 systemd-sysv-generator - Unit generator for SysV init scripts
7
9 /usr/lib/systemd/system-generators/systemd-sysv-generator
10
12 systemd-sysv-generator is a generator that creates wrapper .service
13 units for SysV init[1] scripts in /etc/init.d/* at boot and when
14 configuration of the system manager is reloaded. This will allow
15 systemd(1) to support them similarly to native units.
16
17 LSB headers[2] in SysV init scripts are interpreted, and the ordering
18 specified in the header is turned into dependencies between the
19 generated unit and other units. The LSB facilities "$remote_fs",
20 "$network", "$named", "$portmap", "$time" are supported and will be
21 turned into dependencies on specific native systemd targets. See
22 systemd.special(5) for more details.
23
24 SysV runlevels have corresponding systemd targets (runlevelX.target).
25 The wrapper unit that is generated will be wanted by those targets
26 which correspond to runlevels for which the script is enabled.
27
28 systemd does not support SysV scripts as part of early boot, so all
29 wrapper units are ordered after basic.target.
30
31 systemd-sysv-generator implements systemd.generator(7).
32
34 systemd(1), systemd.service(5), systemd.target(5)
35
37 1. SysV init
38 https://savannah.nongnu.org/projects/sysvinit
39
40 2. LSB headers
41 http://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
42
43
44
45systemd 243 SYSTEMD-SYSV-GENERATOR(8)