system/supervisor: Fix README.

This commit is contained in:
B. Watson 2016-11-14 15:58:19 -05:00 committed by Willy Sudiarto Raharjo
parent 6db48fbc71
commit 25d5ae7534
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -3,6 +3,6 @@ and control a number of processes on UNIX-like operating systems.
It shares some of the same goals of programs like launchd, daemontools,
and runit. Unlike some of these programs, it is not meant to be run as a
substitute for init as “process id 1”. Instead it is meant to be used to
substitute for init as "process id 1". Instead it is meant to be used to
control processes related to a project or a customer, and is meant to
start like any other program at boot time.