Changeset View
Changeset View
Standalone View
Standalone View
src/docs/user/configuration/managing_daemons.diviner
| Show All 37 Lines | Generally, you will use: | ||||
| - **phd status** to get a list of running daemons; and | - **phd status** to get a list of running daemons; and | ||||
| - **phd stop** to stop all daemons. | - **phd stop** to stop all daemons. | ||||
| If you want finer-grained control, you can use: | If you want finer-grained control, you can use: | ||||
| - **phd launch** to launch individual daemons; and | - **phd launch** to launch individual daemons; and | ||||
| - **phd debug** to debug problems with daemons. | - **phd debug** to debug problems with daemons. | ||||
| NOTE: The daemons need to run as the daemon user that you have configured in the | |||||
| `phd.user` option. The `phd start` command does not enforce this, so you should | |||||
| execute the `phd` command as the configured daemon user. | |||||
| NOTE: When you upgrade Phabricator or change configuration, you should restart | NOTE: When you upgrade Phabricator or change configuration, you should restart | ||||
| the daemons by running `phd restart`. | the daemons by running `phd restart`. | ||||
| = Daemon Console = | = Daemon Console = | ||||
| You can view status and debugging information for daemons in the Daemon Console | You can view status and debugging information for daemons in the Daemon Console | ||||
| via the web interface. Go to ##/daemon/## in your install or click | via the web interface. Go to ##/daemon/## in your install or click | ||||
| **Daemon Console** from "More Stuff". | **Daemon Console** from "More Stuff". | ||||
| ▲ Show 20 Lines • Show All 85 Lines • Show Last 20 Lines | |||||