Skip to content

Commit

Permalink
src/config/services/index.md: Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
camoz committed Dec 24, 2021
1 parent eed9487 commit 0953564
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/config/services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0953564

Please sign in to comment.