From 957f0211f3892232bc30c87c7afde62d1c35b30f Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sat, 7 Jan 2017 01:48:05 +0000 Subject: [PATCH] supervisord: shorten main desc --- pages/common/supervisord.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/supervisord.md b/pages/common/supervisord.md index 806b412f59..9a58ddbceb 100644 --- a/pages/common/supervisord.md +++ b/pages/common/supervisord.md @@ -1,7 +1,7 @@ # supervisord -> Supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems. -> Supervisord is the server piece of supervisor, Most of supervisord's config should be placed in configuration file, some basic usage will be listed here. +> Supervisor is a client/server system for controlling some processes on UNIX-like operating systems. +> Supervisord is the server part of supervisor; it is primarily managed via a configuration file. - Start supervisord with specified configuration file: