Skip to content

Commit

Permalink
Change the name in logrotate file to match the systemd service
Browse files Browse the repository at this point in the history
This adapts logrotate file to reload the proper service name.
  • Loading branch information
nemanja-boric-sociomantic committed Jun 13, 2018
1 parent 7ddf58c commit 1184580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/logrotate/dlsnode-logs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
maxsize 500M
sharedscripts
postrotate
service dls reload >/dev/null 2>&1
service dlsnode reload >/dev/null 2>&1
endscript
}

0 comments on commit 1184580

Please sign in to comment.