1<part xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 version="5.0"
5 xml:id="ch-running">
6
7<title>Administration</title>
8
9<partintro>
10<para>This chapter describes various aspects of managing a running
11NixOS system, such as how to use the <command>systemd</command>
12service manager.</para>
13</partintro>
14
15<xi:include href="service-mgmt.xml" />
16<xi:include href="rebooting.xml" />
17<xi:include href="user-sessions.xml" />
18<xi:include href="control-groups.xml" />
19<xi:include href="logging.xml" />
20<xi:include href="cleaning-store.xml" />
21<xi:include href="containers.xml" />
22<xi:include href="troubleshooting.xml" />
23
24</part>