diff options
author | Denys Vlasenko | 2017-07-27 12:53:20 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-27 12:53:20 +0200 |
commit | 2e01eec4d3bf52bb3f8332bd74a877a317238f92 (patch) | |
tree | aefea7734e502d208e6080c75ea18539675a074d /examples/var_service/README_distro_proposal.txt | |
parent | 6bdcee835710e9a7dda6e31a8d5bc3992037db28 (diff) | |
download | busybox-2e01eec4d3bf52bb3f8332bd74a877a317238f92.zip busybox-2e01eec4d3bf52bb3f8332bd74a877a317238f92.tar.gz |
tweak examples/var_service/*
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/var_service/README_distro_proposal.txt')
-rw-r--r-- | examples/var_service/README_distro_proposal.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/var_service/README_distro_proposal.txt b/examples/var_service/README_distro_proposal.txt index 9ba952c..ec887b4 100644 --- a/examples/var_service/README_distro_proposal.txt +++ b/examples/var_service/README_distro_proposal.txt @@ -90,9 +90,9 @@ There are several reimplementations of daemontools: (busybox has it included) - s6: by Laurent Bercot, http://skarnet.org/software/s6/ - It is not required that a specific clone should be used. Let evolution work. + Terminology daemon: any long running background program. Common examples are sshd, getty, |