X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.xml;h=9ff6495e5005d1f4d9d6fa751a5cb1624046b889;hb=c61a4f22c19efb985561a52bc994ebdd750e0716;hp=bf450d51c86e278e65cf8ed01864232eac82f1c6;hpb=c66e7bc7a19c068ca1c414f2f8bd5dc13c20907f;p=elogind.git diff --git a/man/systemd.xml b/man/systemd.xml index bf450d51c..9ff6495e5 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -191,18 +191,6 @@ interpreted as . - - - - Controls whether - output of SysV init scripts will be - directed to the console. This switch - has no effect when run as user - instance. Takes a boolean argument - which may be omitted which is - interpreted as - . - @@ -492,6 +480,21 @@ by systemd are covered by the Interface Stability Promise. + + Units may be generated dynamically at boot and + system manager reload time, for example based on other + configuration files or parameters passed on the kernel + command line. For details see the Generators + Specification. + + Systems which invoke systemd in a container + resp. initrd environment should implement the + Container + Interface resp. initrd + Interface specifications. @@ -1048,20 +1051,6 @@ . - - systemd.sysv_console= - - Takes a boolean - argument. If - output of SysV init scripts will be - directed to the console. Defaults to - , unless - is passed as - kernel command line option in which - case it defaults to - . - - systemd.log_target= systemd.log_level= @@ -1106,12 +1095,8 @@ quiet If passed turns off - status output at boot, and disconnects - SysV scripts from the console, much - like + status output at boot, much like systemd.show_status=false - and - systemd.sysv_console=false would. Note that this option is also read by the kernel itself and disables kernel log output to the @@ -1253,6 +1238,8 @@ See Also + systemd.conf5, + locale.conf5, systemctl1, systemadm1, systemd-notify1, @@ -1261,7 +1248,8 @@ systemd.unit5, systemd.special5, pkg-config1, - kernel-command-line7 + kernel-command-line7, + bootup7