From 9a68d072a440e91f5ada180404c6654e3eae93ae Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Thu, 1 Oct 2015 14:18:10 -0700 Subject: Mention Circus as a pserve --daemon replacement. Refs #1554, #1641 --- CHANGES.txt | 4 ++-- pyramid/scripts/pserve.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7c8a9080a..2f8c455d4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -215,8 +215,8 @@ Deprecations Please use a real process manager in the future instead of relying on the ``pserve`` to daemonize itself. Many options exist including your Operating - System's services such as systemd or upstart, as well as the excellent - and simple supervisord. + System's services such as Systemd or Upstart, as well as Python-based + solutions like Circus and Supervisor. See https://github.com/Pylons/pyramid/pull/1641 diff --git a/pyramid/scripts/pserve.py b/pyramid/scripts/pserve.py index a30ea5985..094a811a4 100644 --- a/pyramid/scripts/pserve.py +++ b/pyramid/scripts/pserve.py @@ -622,7 +622,7 @@ class PServeCommand(object): self.out('''\ The daemon options have been deprecated in Pyramid 1.6. They will be removed in a future release per Pyramid's deprecation policy. Please consider using -a real process manager for handling your processes like supervisord or systemd. +a real process manager for your processes like Systemd, Circus, or Supervisor. The following commands are deprecated: [start,stop,restart,status] --daemon, --stop-server, --status, --pid-file -- cgit v1.2.3