diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-22 09:34:08 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-22 09:34:08 +0100 |
commit | b74120fcb3aa8a7d0516083baf1310a6ab76e5dd (patch) | |
tree | bf59dfaa40a994946a6d5fe17d494532c7a03cd2 | |
parent | f8256463bec4d7a704a50ab5e3a42b3113dc5800 (diff) |
Stop thin processes until daemon generation
-rw-r--r-- | docs/installing/manual_install.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 86e7251f8..84338a5c4 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -442,6 +442,8 @@ site in action. You can daemonize the process by starting it with the `--daemonize` option. +Later in this guide we'll actually create a SysVinit daemon to run the application, so stop any thin processes you've started here. + ## Cron jobs and Daemons The crontab and init scripts use the `.ugly` file format, which is a strange |