mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
puppet: Remove an out-of-date comment.
Comment was missed in 9d57fa9759.
This commit is contained in:
committed by
Tim Abbott
parent
7af2fa2e92
commit
01c007ceaf
@@ -98,9 +98,6 @@ class zulip::supervisor {
|
|||||||
#
|
#
|
||||||
# Also, to handle the case that supervisord wasn't running at
|
# Also, to handle the case that supervisord wasn't running at
|
||||||
# all, we check if it is not running and if so, start it.
|
# all, we check if it is not running and if so, start it.
|
||||||
#
|
|
||||||
# We use supervisor[d] as the pattern so the bash/grep commands
|
|
||||||
# don't match.
|
|
||||||
hasrestart => true,
|
hasrestart => true,
|
||||||
# lint:ignore:140chars
|
# lint:ignore:140chars
|
||||||
restart => "bash -c 'if pgrep -x supervisord >/dev/null; then supervisorctl reread && supervisorctl update; else ${zulip::common::supervisor_start}; fi'",
|
restart => "bash -c 'if pgrep -x supervisord >/dev/null; then supervisorctl reread && supervisorctl update; else ${zulip::common::supervisor_start}; fi'",
|
||||||
|
|||||||
Reference in New Issue
Block a user