Skip to content

Commit 7258aa4

Browse files
Remove inline comments from example systemd service file
References #1422.
1 parent de5bc6e commit 7258aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rabbitmq-server.service.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ TimeoutStartSec=3600
1616
# replacement for service monitoring. Please see
1717
# http://www.rabbitmq.com/monitoring.html
1818
#
19-
# Restart=on-failure # https://www.freedesktop.org/software/systemd/man/systemd.service.html#Restart=
20-
# RestartSec=10 # https://www.freedesktop.org/software/systemd/man/systemd.service.html#RestartSec=
19+
# Restart=on-failure
20+
# RestartSec=10
2121
WorkingDirectory=/var/lib/rabbitmq
2222
ExecStart=/usr/lib/rabbitmq/bin/rabbitmq-server
2323
ExecStop=/usr/lib/rabbitmq/bin/rabbitmqctl stop

0 commit comments

Comments
 (0)