blob: 3c48516e03fabe5350e5b39cb1045c53f6b8856d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# This file is provided as-is. It may or may not work, but there is at least
# one report that it works: https://bugs.gentoo.org/show_bug.cgi?id=391347
[Unit]
Description=RabbitMQ Messaging server
[Service]
ExecStart=/usr/sbin/rabbitmq-server
ExecStop=/usr/sbin/rabbitmqctl stop
[Install]
Alias=multi-user.target.wants/rabbitmq-server.service
|