Small documentation fixes

This commit is contained in:
Sander van der Burg 2021-01-27 21:22:35 +01:00 committed by Sander van der Burg
parent 065c10e5da
commit f4f315021d
1 changed files with 2 additions and 2 deletions

View File

@ -944,7 +944,7 @@ createMultiProcessImage {
name = "multiprocess";
tag = "test";
exprFile = ../webapps-agnostic/processes.nix;
processManager = "supervisord"; # sysvinit, disnix are also valid options
processManager = "supervisord"; # sysvinit, disnix, s6-rc are also valid options
interactive = true; # the default option
forceDisableUserChange = false; # the default option
}
@ -1004,7 +1004,7 @@ $ ps aux
Examples
========
This repository contains three example systems, that can be found in the
This repository contains a number of example systems, that can be found in the
`examples/` folder:
* `webapps-sysvinit` is a processes configuration set using the example `webapp`