File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ run system services and daemons.
6
6
Some advantages of using runit include:
7
7
8
8
- 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.
12
13
- a reliable logging facility for services, where the log service stays up as
13
14
long as the relevant service is running and possibly writing to the log.
14
15
You can’t perform that action at this time.
0 commit comments