Remove inline comments from example systemd service file

References #1422.
This commit is contained in:
Michael Klishin 2017-11-07 07:17:10 +02:00
parent de5bc6ef8f
commit 7258aa4d70
No known key found for this signature in database
GPG Key ID: D1A1B77724CE35D5
1 changed files with 2 additions and 2 deletions

View File

@ -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