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 -
PrivateDevicesIntroduced in systemd 209=yes -
ProtectClockIntroduced in systemd 245=yes -
ProtectControlGroupsIntroduced in systemd 232=yes -
ProtectHomeIntroduced in systemd 214=yes -
ProtectHostnameIntroduced in systemd 242=yes -
ProtectKernelLogsIntroduced in systemd 244=yes -
ProtectKernelModulesIntroduced in systemd 232=yes -
ProtectKernelTunablesIntroduced in systemd 232=yes -
ProtectSystemIntroduced in systemd 214=full -
Restart=on-failure -
RestartSec=10 -
RestrictRealtimeIntroduced 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.