mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
pkgs.nixos: Add note about systemd.services.*.runner not being systemd
This commit is contained in:
parent
c3a7194843
commit
666e0ab1dd
@ -22121,7 +22121,10 @@ with pkgs;
|
||||
# ...
|
||||
};
|
||||
|
||||
# This exports a runner for nginx
|
||||
# Use config.system.build to exports relevant parts of a
|
||||
# configuration. The runner attribute should not be
|
||||
# considered a fully general replacement for systemd
|
||||
# functionality.
|
||||
config.system.build.run-nginx = config.systemd.services.nginx.runner;
|
||||
});
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user