Restarts global services.
OPTIONS
<service-name>
: Name of service.
EXAMPLES
# Restart global service
$ ee service restart nginx-proxy
GLOBAL PARAMETERS
| Argument | Description |
|---|---|
--sites_path=<path> |
Absolute path to where all sites will be stored. |
--locale=<locale> |
Locale for WordPress. |
--le-mail=<le-mail> |
Mail-id to be used for letsencrypt. |
--wp-mail=<wp-mail> |
Default Mail-id to be used for WordPress site installation. |
--[no-]color |
Whether to colorize the output. |
--debug[=<group>] |
Show all PHP errors; add verbosity to EE bootstrap. |
--quiet |
Suppress informational messages. |
SUBCOMMANDS
| Name | Description |
|---|---|
| ee service disable | Stops global services. |
| ee service enable | Starts global services. |
| ee service reload | Reloads global service without restarting services. |
