diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-22 23:24:49 +0200 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-25 13:52:38 -0500 |
commit | 5341a925c15934674031aebb97533b0adcd10236 (patch) | |
tree | 773ce092721cc093edb4145686d672d3addf99c9 | |
parent | 3adb8fb389caaafbed1be13c5ac4d96214c8eed3 (diff) |
s6-guide: fix typo
This fixes #92.
-rw-r--r-- | s6-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s6-guide.md b/s6-guide.md index 630d7787..52262b3c 100644 --- a/s6-guide.md +++ b/s6-guide.md @@ -1,7 +1,7 @@ # Using S6 with OpenRC Beginning with OpenRC-0.16, we support using the s6 supervision suite -from Skarmet Software in place of start-stop-daemon for monitoring +from Skarnet Software in place of start-stop-daemon for monitoring daemons [1]. ## Setup |