Fix some small documentation inconsistencies

This commit is contained in:
Sander van der Burg 2021-02-04 19:00:12 +01:00 committed by Sander van der Burg
parent 68a77686a1
commit bf4a09e2af
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ and deactivated in the right order.
In addition to sysvinit, there are also functions that can be used to create
configurations for the other supported process managers, e.g.
`createSystemdUnit`, `createSupervisordProgram`, `createBSDRCScript`. Check
the implementations in `nixproc/create-managed-process` for more information.
the implementations in `nixproc/backends` for more information.
Writing a process manager-agnostic process management configuration
-------------------------------------------------------------------

View File

@ -23,7 +23,7 @@
, downSignal ? null
# Directory of data files to be included with the service configuration
, data ? null
# Directory of environment variable configuration files to be included with service configuration
# Directory of environment variable configuration files to be included with the service configuration
, env ? null
# Longrun service for which this service produces data. The corresponding service must also declare this service as a consumer. null specifies that this service is not a producer.
, producerFor ? null