at 18.09-beta 740 B view raw
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 <title>Administration</title> 7 <partintro> 8 <para> 9 This chapter describes various aspects of managing a running NixOS system, 10 such as how to use the <command>systemd</command> service manager. 11 </para> 12 </partintro> 13 <xi:include href="service-mgmt.xml" /> 14 <xi:include href="rebooting.xml" /> 15 <xi:include href="user-sessions.xml" /> 16 <xi:include href="control-groups.xml" /> 17 <xi:include href="logging.xml" /> 18 <xi:include href="cleaning-store.xml" /> 19 <xi:include href="containers.xml" /> 20 <xi:include href="troubleshooting.xml" /> 21</part>