tvl-depot/third_party/nix/doc/manual/command-ref/nix-daemon.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

52 lines
1.2 KiB
XML
Raw Normal View History

<refentry xmlns="http://docbook.org/ns/docbook"
2014-08-27 18:41:09 +02:00
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="sec-nix-daemon">
<refmeta>
2012-10-03 23:57:20 +02:00
<refentrytitle>nix-daemon</refentrytitle>
<manvolnum>8</manvolnum>
<refmiscinfo class="source">Nix</refmiscinfo>
2014-09-16 14:57:45 +02:00
<refmiscinfo class="version"><xi:include href="../version.txt" parse="text"/></refmiscinfo>
</refmeta>
<refnamediv>
2012-10-03 23:57:20 +02:00
<refname>nix-daemon</refname>
<refpurpose>Nix multi-user support daemon</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
2012-10-03 23:57:20 +02:00
<command>nix-daemon</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsection><title>Description</title>
<para>The Nix daemon is necessary in multi-user Nix installations. It
performs build actions and other operations on the Nix store on behalf
of unprivileged users.</para>
</refsection>
<refsection><title>Options</title>
<variablelist>
<varlistentry><term><option>--pipe</option></term>
<listitem><para>Causes the nix daemon to forward stdin and stdout to and
from the actual daemon socket. This is used when communicating with a remote
store over SSH</para></listitem>
</varlistentry>
</variablelist>
</refsection>
</refentry>