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