Skip to content

Commit

Permalink
Merge pull request #2615 from zrayn/stip_pserve_daemon_support
Browse files Browse the repository at this point in the history
Ripping daemonization out of pserve
  • Loading branch information
mmerickel committed Jun 3, 2016
2 parents 281a670 + 3216188 commit 4e77a52
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 601 deletions.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ unreleased
Backward Incompatibilities
--------------------------

- Following the Pyramid deprecation period (1.6 -> 1.8),
daemon support for pserve has been removed. This includes removing the
daemon commands (start, stop, restart, status) as well as the following
arguments:
--daemon --pid-file --log-file --monitor-restart --status --user --group
--stop-daemon

To run your server as a daemon you should use a process manager instead of
pserve.

Features
--------

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,6 @@ Contributors

- Berker Peksag, 2016/05/16

- Zack Brunson, 2016/06/02

- Marco Martinez, 2016/06/02
Loading

0 comments on commit 4e77a52

Please sign in to comment.