You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How RabbitMQ nodes are started depends on the package type used:
557
+
558
+
* When using Debian and RPM packages on modern Linux distributions, nodes are [managed using `systemd`](./install-debian.html#managing-service)
559
+
* When using Windows installer, nodes are usually [managed by the Windows service manager](./install-windows.html#managing)
560
+
* When using Homebrew formula, nodes are managed using `brew services`
561
+
* When using generic UNIX build or binary Windows build, nodes are started using `sbin/rabbitmq-server` and `sbin/rabbitmq-server.bat`, respectively, in the installation root
562
+
563
+
### Stopping a node
564
+
565
+
To stop a node, consider using the same service management tooling used when starting
566
+
the node, which depends on the package typed used when RabbitMQ was installed.
567
+
568
+
To stop a node using RabbitMQ CLI tools, use
569
+
`rabbitmqctl shutdown` or `rabbitmqctl.bat shutdown` with an optional `--node` target:
Copy file name to clipboardexpand all lines: site/install-debian.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ Key sections of this guide are
35
35
*[Privilege requirements](#sudo-requirements)
36
36
* Quick start installation snippet that [uses Cloudsmith](#apt-quick-start-cloudsmith) repositories
37
37
* Quick start installation snippets that [uses PackageCloud](#apt-quick-start-packagecloud) and Launchpad repositories
38
+
*[Manage the service](#managing-service) (start it, stop it, and get its status)
39
+
* How to [inspect node and service logs](#server-logs)
38
40
39
41
[Supported Erlang versions](which-erlang.html) will be provisioned from one of the [modern Erlang apt repositories](#erlang-repositories)
40
42
on [Ubuntu Launchpad](https://launchpad.net/~rabbitmq/+archive/ubuntu/rabbitmq-erlang) or [Cloudsmith.io](https://cloudsmith.io/~rabbitmq/repos/rabbitmq-erlang/packages/).
@@ -45,11 +47,6 @@ should refer to
45
47
* Manual installation using [apt and the Cloudsmith](#apt-cloudsmith) repository
46
48
* Manual installation using [apt the PackageCloud](#apt-packagecloud) and Launchpad repositories
47
49
48
-
Service management is covered in
49
-
50
-
*[Manage the service](#managing-service)
51
-
* How to [inspect node and service logs](#server-logs)
0 commit comments