This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecStart=/usr/lib/rabbitmq/bin/rabbitmq-server
-
ExecStart=/usr/sbin/rabbitmq-server
-
ExecStop=/usr/lib/rabbitmq/bin/rabbitmqctl stop /bin/sh -c "while ps -p $MAINPID >/dev/null 2>&1; do sleep 1; done"
-
ExecStop=/usr/sbin/rabbitmqctl shutdown
-
ExecStop=/usr/sbin/rabbitmqctl stop
-
Group=rabbitmq
-
LimitNOFILE=65535
-
LimitNOFILE=65536
-
NotifyAccess=all
-
OOMScoreAdjust=-500
-
PrivateDevices
Introduced in systemd 209=yes -
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
Restart=on-failure
-
RestartSec=10
-
RestrictRealtime
Introduced in systemd 231=yes -
StandardError=append:/var/log/rabbitmq/rabbitmq-server.error.log
-
StandardOutput=append:/var/log/rabbitmq/rabbitmq-server.log
-
SuccessExitStatus=69
-
SyslogIdentifier=rabbitmq
-
TasksMax=8192
-
TimeoutStartSec=300
-
TimeoutStartSec=3600
-
TimeoutStartSec=600
-
Type=notify
-
UMask=0027
-
User=rabbitmq
-
WorkingDirectory=/var/lib/rabbitmq
-
-
[Unit]
-
After=network.target epmd.socket
-
After=syslog.target network.target epmd.service
-
BindsTo=epmd.service
-
Description=RabbitMQ Messaging Server
-
Description=RabbitMQ broker
-
Wants=network.target epmd.socket
-
Additionnal notes
Nothing here.