Remove inline comments from example systemd service file
References #1422.
This commit is contained in:
parent
de5bc6ef8f
commit
7258aa4d70
|
|
@ -16,8 +16,8 @@ TimeoutStartSec=3600
|
|||
# replacement for service monitoring. Please see
|
||||
# http://www.rabbitmq.com/monitoring.html
|
||||
#
|
||||
# Restart=on-failure # https://www.freedesktop.org/software/systemd/man/systemd.service.html#Restart=
|
||||
# RestartSec=10 # https://www.freedesktop.org/software/systemd/man/systemd.service.html#RestartSec=
|
||||
# Restart=on-failure
|
||||
# RestartSec=10
|
||||
WorkingDirectory=/var/lib/rabbitmq
|
||||
ExecStart=/usr/lib/rabbitmq/bin/rabbitmq-server
|
||||
ExecStop=/usr/lib/rabbitmq/bin/rabbitmqctl stop
|
||||
|
|
|
|||
Loading…
Reference in New Issue