X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.xml;h=24b442cb16c60d84b265afa70c94f3989006afdc;hb=dac051ad6893dcf3e1a69d40eea02682220e71d4;hp=bf450d51c86e278e65cf8ed01864232eac82f1c6;hpb=c66e7bc7a19c068ca1c414f2f8bd5dc13c20907f;p=elogind.git diff --git a/man/systemd.xml b/man/systemd.xml index bf450d51c..24b442cb1 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,13 @@ 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. @@ -1048,20 +1043,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 +1087,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 +1230,8 @@ See Also + systemd.conf5, + locale.conf5, systemctl1, systemadm1, systemd-notify1, @@ -1261,7 +1240,8 @@ systemd.unit5, systemd.special5, pkg-config1, - kernel-command-line7 + kernel-command-line7, + bootup7