Skip to content

Commit

Permalink
Add syslog path for CentOS (#4533)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristofer committed Apr 18, 2020
1 parent dd0a847 commit 02b5e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/systemd/sidekiq.service
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Environment=MALLOC_ARENA_MAX=2
RestartSec=1
Restart=on-failure

# output goes to /var/log/syslog
# output goes to /var/log/syslog (Ubuntu) or /var/log/messages (CentOS)
StandardOutput=syslog
StandardError=syslog

Expand Down

0 comments on commit 02b5e51

Please sign in to comment.