From 095356484fb2382404f223766842cd9898f9acd7 Mon Sep 17 00:00:00 2001 From: camoz Date: Wed, 22 Dec 2021 04:56:38 +0100 Subject: [PATCH] src/config/services/index.md: Improve wording --- src/config/services/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/config/services/index.md b/src/config/services/index.md index a4904aeef..f0f3a17a4 100644 --- a/src/config/services/index.md +++ b/src/config/services/index.md @@ -6,9 +6,10 @@ run system services and daemons. Some advantages of using runit include: - a small code base, making it easier to audit for bugs and security issues. -- each service is given a clean process state, regardless of how the service was - started or restarted: it will be started with the same environment, resource - limits, open file descriptors, and controlling terminals. +- each service is given a clean process environment, regardless of how the + service was started or restarted: it will be started with the same + environment variables, resource limits, open file descriptors, and + controlling terminals. - a reliable logging facility for services, where the log service stays up as long as the relevant service is running and possibly writing to the log.