about summary refs log tree commit diff
path: root/nixos/doc/manual/development/unit-handling.section.md
AgeCommit message (Collapse)AuthorFilesLines
2024-03-28treewide: Fix all Nix ASTs in all markdown filesJanne Heß1-5/+7
This allows for correct highlighting and maybe future automatic formatting. The AST was verified to work with nixfmt only.
2024-01-18switch-to-configuration: add sysinit-reactivation manual sectionnikstur1-0/+39
2023-08-21nixos/stc: Improve mount unit handlingJanne Heß1-2/+5
We should sometimes restart the units rather than reloading them so the changes are actually applied. / and /nix are explicitly excluded because there was some very old issue where these were unmounted. I don't think this will affect many people since most people use fstab mounts instead but I plan to adapt this behavior for fstab mounts as well in the future (once I wrote a test for the fstab thingies).
2022-03-11nixos/switch-to-configuration: Fix reloading of stopped servicesJanne Heß1-0/+3
2022-03-11nixos/switch-to-configuration: Ignore some unit keysJanne Heß1-1/+2
Some unit keys don't need to restart the service to make them effective. Reduce the amount of service restarts by ignoring these keys
2022-03-03nixos/switch-to-configuration: Document and test socket-activated servicesJanne Heß1-7/+8
2022-02-09nixos/doc: Document the activation scriptJanne Heß1-0/+57
This may be helpful to new module developers, curious users, and people who just need a reference without having to look at the implementation