Skip to content

Commit 0953564

Browse files
committed
src/config/services/index.md: Improve wording
1 parent eed9487 commit 0953564

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/config/services/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ run system services and daemons.
66
Some advantages of using runit include:
77

88
- a small code base, making it easier to audit for bugs and security issues.
9-
- each service is given a clean process state, regardless of how the service was
10-
started or restarted: it will be started with the same environment, resource
11-
limits, open file descriptors, and controlling terminals.
9+
- each service is given a clean process environment, regardless of how the
10+
service was started or restarted: it will be started with the same
11+
environment variables, resource limits, open file descriptors, and
12+
controlling terminals.
1213
- a reliable logging facility for services, where the log service stays up as
1314
long as the relevant service is running and possibly writing to the log.
1415

0 commit comments

Comments
 (0)