nixpkgs/modules/system/boot
Eelco Dolstra b606165bd9 Allow a unit to declare "triggers" that force a restart
The triggers are just arbitrary strings that are included in the unit
under X-Restart-Triggers.  The idea is that if they change between
reconfigurations, switch-to-configuration will restart the unit
because its store path changed.  This is mostly useful for services
that implicitly depend on generated files in /etc.  Thus you can say

  restartTriggers = [ confFile ];

where ‘confFile’ is the derivation that generated the /etc file in
question.
2012-10-11 17:54:43 -04:00
..
loader The efi boot stub code should only be run if it is enabled 2012-08-09 10:37:43 -04:00
kernel.nix Merge branch 'master' of github.com:NixOS/nixos into systemd 2012-08-20 11:27:38 -04:00
luksroot.nix LUKS root: Fix key file check 2012-08-02 11:39:31 +02:00
modprobe.nix systemd: Use the kernel modules from /run/booted-system 2012-08-14 17:09:44 -04:00
shutdown.nix Fix a hang during shutdown 2012-08-14 16:45:50 -04:00
stage-1-init.sh Merge remote-tracking branch 'origin/master' into systemd 2012-09-28 11:35:27 -04:00
stage-1.nix Merge remote-tracking branch 'origin/master' into systemd 2012-09-28 11:35:27 -04:00
stage-2-init.sh stage-2-init: Don't rely on groups being initialised 2012-10-04 16:15:30 -04:00
stage-2.nix Optionally make the Nix store read-only to enforce immutability 2012-09-25 16:33:21 -04:00
systemd-unit-options.nix Allow a unit to declare "triggers" that force a restart 2012-10-11 17:54:43 -04:00
systemd.nix Allow a unit to declare "triggers" that force a restart 2012-10-11 17:54:43 -04:00