This repository was archived by the owner on Aug 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,12 @@ TimeoutStartSec=3600
1616# in the event of a failure. systemd service restarts are not a
1717# replacement for service monitoring. Please see
1818# http://www.rabbitmq.com/monitoring.html
19- # Restart docs: https://www.freedesktop.org/software/systemd/man/systemd.service.html#Restart=
20- # RestartSec docs: https://www.freedesktop.org/software/systemd/man/systemd.service.html#RestartSec=
21- #
22- # SuccessExitStatus: rabbitmq/rabbitmq-server-release#51
2319Restart =on-failure
2420RestartSec =10
2521WorkingDirectory =/var/lib/rabbitmq
2622ExecStart =/usr/sbin/rabbitmq-server
2723ExecStop =/usr/sbin/rabbitmqctl shutdown
24+ # See rabbitmq/rabbitmq-server-release#51
2825SuccessExitStatus =69
2926
3027[Install]
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ TimeoutStartSec=3600
1414# in the event of a failure. systemd service restarts are not a
1515# replacement for service monitoring. Please see
1616# http://www.rabbitmq.com/monitoring.html
17- Restart =on-failure # https://www.freedesktop.org/software/systemd/man/systemd.service.html#Restart=
18- RestartSec =10 # https://www.freedesktop.org/software/systemd/man/systemd.service.html#RestartSec=
17+ Restart =on-failure
18+ RestartSec =10
1919WorkingDirectory =/var/lib/rabbitmq
2020ExecStart =/usr/lib/rabbitmq/bin/rabbitmq-server
2121ExecStop =/usr/lib/rabbitmq/bin/rabbitmqctl shutdown
22- SuccessExitStatus =69 # rabbitmq/rabbitmq-server-release#51
22+ # See rabbitmq/rabbitmq-server-release#51
2323
2424[Install]
2525WantedBy =multi-user.target
You can’t perform that action at this time.
0 commit comments