pkgs.nixos: Add note about systemd.services.*.runner not being systemd

This commit is contained in:
Robert Hensing 2018-11-03 19:05:31 +01:00
parent c3a7194843
commit 666e0ab1dd

View File

@ -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