Skip to content

Commit 02146c9

Browse files
lemenkovmichaelklishin
authored andcommitted
Remove systemd dependency on syslog target
Neither rabbitmq nor any dependent services in chain actually relies on syslog, so why keep it? This tested in Fedora since 2016-01. See this commit: http://pkgs.fedoraproject.org/cgit/rpms/rabbitmq-server.git/commit/?id=1477671 Nobody complained so far. Signed-off-by: Peter Lemenkov <[email protected]>
1 parent 61e16f2 commit 02146c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rabbitmq-server.service.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# systemd unit example
22
[Unit]
33
Description=RabbitMQ broker
4-
After=syslog.target network.target [email protected]
4+
After=network.target [email protected]
55
Wants=network.target [email protected]
66

77
[Service]

0 commit comments

Comments
 (0)