summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/development
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2022-03-06 19:22:04 +0100
committerJanne Heß <janne@hess.ooo>2022-03-11 13:30:03 +0100
commitc96180c53fcd4f36a7163c3e59a2e6bcd9233f06 (patch)
tree847975eeeb0343c547d1390a2c2da4c2804ecd27 /nixos/doc/manual/from_md/development
parentacb535fb61930c657be9ae5eca221a47391c91e6 (diff)
downloadnixpkgs-c96180c53fcd4f36a7163c3e59a2e6bcd9233f06.tar
nixpkgs-c96180c53fcd4f36a7163c3e59a2e6bcd9233f06.tar.gz
nixpkgs-c96180c53fcd4f36a7163c3e59a2e6bcd9233f06.tar.bz2
nixpkgs-c96180c53fcd4f36a7163c3e59a2e6bcd9233f06.tar.lz
nixpkgs-c96180c53fcd4f36a7163c3e59a2e6bcd9233f06.tar.xz
nixpkgs-c96180c53fcd4f36a7163c3e59a2e6bcd9233f06.tar.zst
nixpkgs-c96180c53fcd4f36a7163c3e59a2e6bcd9233f06.zip
nixos/switch-to-configuration: Ignore some unit keys
Some unit keys don't need to restart the service to make them effective.
Reduce the amount of service restarts by ignoring these keys
Diffstat (limited to 'nixos/doc/manual/from_md/development')
-rw-r--r--nixos/doc/manual/from_md/development/unit-handling.section.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/nixos/doc/manual/from_md/development/unit-handling.section.xml b/nixos/doc/manual/from_md/development/unit-handling.section.xml
index 57c4754c001..642cc5cccc7 100644
--- a/nixos/doc/manual/from_md/development/unit-handling.section.xml
+++ b/nixos/doc/manual/from_md/development/unit-handling.section.xml
@@ -38,8 +38,9 @@
         <emphasis role="strong">reload</emphasis> the unit. The NixOS
         module system allows setting these triggers with the option
         <link linkend="opt-systemd.services">systemd.services.&lt;name&gt;.reloadTriggers</link>.
-        If the unit files differ in any way, the following actions are
-        performed:
+        There are some additional keys in the <literal>[Unit]</literal>
+        section that are ignored as well. If the unit files differ in
+        any way, the following actions are performed:
       </para>
       <itemizedlist>
         <listitem>