systemd.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-system-systemd" role="wrap">
  8. <?dbhtml filename="systemd.html"?>
  9. <sect1info condition="script">
  10. <productname>systemd</productname>
  11. <productnumber>&systemd-version;</productnumber>
  12. <address>&systemd-url;</address>
  13. </sect1info>
  14. <title>Systemd-&systemd-version;</title>
  15. <indexterm zone="ch-system-systemd">
  16. <primary sortas="a-Systemd">Systemd</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Systemd package contains programs for controlling the startup,
  21. running, and shutdown of the system.</para>
  22. <segmentedlist>
  23. <segtitle>&buildtime;</segtitle>
  24. <segtitle>&diskspace;</segtitle>
  25. <seglistitem>
  26. <seg>&systemd-ch6-sbu;</seg>
  27. <seg>&systemd-ch6-du;</seg>
  28. </seglistitem>
  29. </segmentedlist>
  30. </sect2>
  31. <sect2 role="installation">
  32. <title>Installation of Systemd</title>
  33. <para>Prepare Systemd for compilation:</para>
  34. <screen><userinput remap="configure">./configure --prefix=/usr \
  35. --sysconfdir=/etc \
  36. --localstatedir=/var \
  37. --libexecdir=/usr/lib \
  38. --with-rootprefix= \
  39. --with-rootlibdir=/lib \
  40. --with-kbd-loadkeys=/bin/loadkeys \
  41. --with-kbd-setfont=/bin/setfont \
  42. --enable-split-usr \
  43. --disable-static \
  44. --disable-gudev \
  45. --without-python</userinput></screen>
  46. <para>Compile the package:</para>
  47. <screen><userinput remap="make">make</userinput></screen>
  48. <para>To test the results, issue:</para>
  49. <screen><userinput remap="test">make check</userinput></screen>
  50. <para>Install the package:</para>
  51. <screen><userinput remap="install">make install</userinput></screen>
  52. </sect2>
  53. <sect2 id="contents-udev" role="content">
  54. <title>Contents of Udev</title>
  55. <segmentedlist>
  56. <segtitle>Installed programs</segtitle>
  57. <seglistitem>
  58. <seg>hostnamectl, journalctl, localectl, loginctl, systemctl,
  59. systemd-analyze, systemd-ask-password, systemd-cat,
  60. systemd-cgls, systemd-cgtop, systemd-coredumpctl,
  61. systemctl-delta, systemd-detect-virt, systemd-inhibit,
  62. systemd-machine-id-setup, systemd-notify, systemd-nspawn,
  63. systemd-stdio-bridge, systemd-tmpfiles,
  64. systemd-tty-ask-password-agent, timedatectl, udevadm</seg>
  65. </seglistitem>
  66. </segmentedlist>
  67. <variablelist>
  68. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  69. <?dbfo list-presentation="list"?>
  70. <?dbhtml list-presentation="table"?>
  71. <varlistentry id="hostnamectl">
  72. <term><command>hostnamectl</command></term>
  73. <listitem>
  74. <para>To be completed</para>
  75. <indexterm zone="ch-system-systemd hostnamectl">
  76. <primary sortas="b-hostnamectl">hostnamectl</primary>
  77. </indexterm>
  78. </listitem>
  79. </varlistentry>
  80. <varlistentry id="journalctl">
  81. <term><command>journalctl</command></term>
  82. <listitem>
  83. <para>To be completed</para>
  84. <indexterm zone="ch-system-systemd journalctl">
  85. <primary sortas="b-journalctl">journalctl</primary>
  86. </indexterm>
  87. </listitem>
  88. </varlistentry>
  89. <varlistentry id="localectl">
  90. <term><command>localectl</command></term>
  91. <listitem>
  92. <para>To be completed</para>
  93. <indexterm zone="ch-system-systemd localectl">
  94. <primary sortas="b-localectl">localectl</primary>
  95. </indexterm>
  96. </listitem>
  97. </varlistentry>
  98. <varlistentry id="loginctl">
  99. <term><command>loginctl</command></term>
  100. <listitem>
  101. <para>To be completed</para>
  102. <indexterm zone="ch-system-systemd loginctl">
  103. <primary sortas="b-loginctl">loginctl</primary>
  104. </indexterm>
  105. </listitem>
  106. </varlistentry>
  107. <varlistentry id="systemctl">
  108. <term><command>systemctl</command></term>
  109. <listitem>
  110. <para>To be completed</para>
  111. <indexterm zone="ch-system-systemd systemctl">
  112. <primary sortas="b-systemctl">systemctl</primary>
  113. </indexterm>
  114. </listitem>
  115. </varlistentry>
  116. <varlistentry id="systemd-analyze">
  117. <term><command>systemd-analyze</command></term>
  118. <listitem>
  119. <para>To be completed</para>
  120. <indexterm zone="ch-system-systemd systemd-analyze">
  121. <primary sortas="b-systemd-analyze">systemd-analyze</primary>
  122. </indexterm>
  123. </listitem>
  124. </varlistentry>
  125. <varlistentry id="systemd-ask-password">
  126. <term><command>systemd-ask-password</command></term>
  127. <listitem>
  128. <para>To be completed</para>
  129. <indexterm zone="ch-system-systemd systemd-ask-password">
  130. <primary sortas="b-systemd-ask-password">systemd-ask-password</primary>
  131. </indexterm>
  132. </listitem>
  133. </varlistentry>
  134. <varlistentry id="systemd-cat">
  135. <term><command>systemd-cat</command></term>
  136. <listitem>
  137. <para>To be completed</para>
  138. <indexterm zone="ch-system-systemd systemd-cat">
  139. <primary sortas="b-systemd-cat">systemd-cat</primary>
  140. </indexterm>
  141. </listitem>
  142. </varlistentry>
  143. <varlistentry id="systemd-cgls">
  144. <term><command>systemd-cgls</command></term>
  145. <listitem>
  146. <para>To be completed</para>
  147. <indexterm zone="ch-system-systemd systemd-cgls">
  148. <primary sortas="b-systemd-cgls">systemd-cgls</primary>
  149. </indexterm>
  150. </listitem>
  151. </varlistentry>
  152. <varlistentry id="systemd-cgtop">
  153. <term><command>systemd-cgtop</command></term>
  154. <listitem>
  155. <para>To be completed</para>
  156. <indexterm zone="ch-system-systemd systemd-cgtop">
  157. <primary sortas="b-systemd-cgtop">systemd-cgtop</primary>
  158. </indexterm>
  159. </listitem>
  160. </varlistentry>
  161. <varlistentry id="systemd-coredumpctl">
  162. <term><command>systemd-coredumpctl</command></term>
  163. <listitem>
  164. <para>To be completed</para>
  165. <indexterm zone="ch-system-systemd systemd-coredumpctl">
  166. <primary sortas="b-systemd-coredumpctl">systemd-coredumpctl</primary>
  167. </indexterm>
  168. </listitem>
  169. </varlistentry>
  170. <varlistentry id="systemd-delta">
  171. <term><command>systemd-delta</command></term>
  172. <listitem>
  173. <para>To be completed</para>
  174. <indexterm zone="ch-system-systemd systemd-delta">
  175. <primary sortas="b-systemd-delta">systemd-delta</primary>
  176. </indexterm>
  177. </listitem>
  178. </varlistentry>
  179. <varlistentry id="systemd-detect-virt">
  180. <term><command>systemd-detect-virt</command></term>
  181. <listitem>
  182. <para>To be completed</para>
  183. <indexterm zone="ch-system-systemd systemd-detect-virt">
  184. <primary sortas="b-systemd-detect-virt">systemd-detect-virt</primary>
  185. </indexterm>
  186. </listitem>
  187. </varlistentry>
  188. <varlistentry id="systemd-inhibit">
  189. <term><command>systemd-inhibit</command></term>
  190. <listitem>
  191. <para>To be completed</para>
  192. <indexterm zone="ch-system-systemd systemd-inhibit">
  193. <primary sortas="b-systemd-inhibit">systemd-inhibit</primary>
  194. </indexterm>
  195. </listitem>
  196. </varlistentry>
  197. <varlistentry id="systemd-machine-id-setup">
  198. <term><command>systemd-machine-id-setup</command></term>
  199. <listitem>
  200. <para>To be completed</para>
  201. <indexterm zone="ch-system-systemd systemd-machine-id-setup">
  202. <primary sortas="b-systemd-machine-id-setup">systemd-machine-id-setup</primary>
  203. </indexterm>
  204. </listitem>
  205. </varlistentry>
  206. <varlistentry id="systemd-notify">
  207. <term><command>systemd-notify</command></term>
  208. <listitem>
  209. <para>To be completed</para>
  210. <indexterm zone="ch-system-systemd systemd-notify">
  211. <primary sortas="b-systemd-notify">systemd-notify</primary>
  212. </indexterm>
  213. </listitem>
  214. </varlistentry>
  215. <varlistentry id="systemd-nspawn">
  216. <term><command>systemd-nspawn</command></term>
  217. <listitem>
  218. <para>To be completed</para>
  219. <indexterm zone="ch-system-systemd systemd-nspawn">
  220. <primary sortas="b-systemd-nspawn">systemd-nspawn</primary>
  221. </indexterm>
  222. </listitem>
  223. </varlistentry>
  224. <varlistentry id="systemd-stdio-bridge">
  225. <term><command>systemd-stdio-bridge</command></term>
  226. <listitem>
  227. <para>To be completed</para>
  228. <indexterm zone="ch-system-systemd systemd-stdio-bridge">
  229. <primary sortas="b-systemd-stdio-bridge">systemd-stdio-bridge</primary>
  230. </indexterm>
  231. </listitem>
  232. </varlistentry>
  233. <varlistentry id="systemd-tmpfiles">
  234. <term><command>systemd-tmpfiles</command></term>
  235. <listitem>
  236. <para>To be completed</para>
  237. <indexterm zone="ch-system-systemd systemd-tmpfiles">
  238. <primary sortas="b-systemd-tmpfiles">systemd-tmpfiles</primary>
  239. </indexterm>
  240. </listitem>
  241. </varlistentry>
  242. <varlistentry id="systemd-tty-ask-password-agent">
  243. <term><command>systemd-tty-ask-password-agent</command></term>
  244. <listitem>
  245. <para>To be completed</para>
  246. <indexterm zone="ch-system-systemd systemd-tty-ask-password-agent">
  247. <primary sortas="b-systemd-tty-ask-password-agent">systemd-tty-ask-password-agent</primary>
  248. </indexterm>
  249. </listitem>
  250. </varlistentry>
  251. <varlistentry id="timedatectl">
  252. <term><command>timedatectl</command></term>
  253. <listitem>
  254. <para>To be completed</para>
  255. <indexterm zone="ch-system-systemd timedatectl">
  256. <primary sortas="b-timedatectl">timedatectl</primary>
  257. </indexterm>
  258. </listitem>
  259. </varlistentry>
  260. <varlistentry id="udevadm">
  261. <term><command>udevadm</command></term>
  262. <listitem>
  263. <para>To be completed</para>
  264. <indexterm zone="ch-system-systemd udevadm">
  265. <primary sortas="b-udevadm">udevadm</primary>
  266. </indexterm>
  267. </listitem>
  268. </varlistentry>
  269. </variablelist>
  270. </sect2>
  271. </sect1>