test-driver: mention $user argument in the NixOS manual and the Impala release notes

This commit is contained in:
Maximilian Bosch
2018-01-06 10:09:18 +01:00
parent 5e85657ba5
commit e18b0b6033
2 changed files with 36 additions and 0 deletions
@@ -234,6 +234,13 @@ following incompatible changes:</para>
to your <literal>configuration.nix</literal>.
</para>
</listitem>
<listitem>
<para>
The NixOS test driver supports user services declared by <literal>systemd.user.services</literal>.
The methods <literal>waitForUnit</literal>, <literal>getUnitInfo</literal>, <literal>startJob</literal>
and <literal>stopJob</literal> provide an optional <literal>$user</literal> argument for that purpose.
</para>
</listitem>
</itemizedlist>
</section>