Conversation
|
A failed reload would look like this in the logs which is bad, as it suggest a successfull reload: |
|
Another option would be to use a shell: then the failed reload looks like: |
|
feedback welcome :-) |
franku
left a comment
There was a problem hiding this comment.
Approved during Teammeeting
|
Thanks for your contribution. However, please squash your two commits into one and give it a reasonable subject text: |
6fb0f9b to
6f6c87e
Compare
done |
|
Would you like to have your name added to the AUTHORS list? Just saw it's not there, yet. |
|
I'd love to. Do you want a PR for that? |
|
Awesome! I wonder if you also could add an item to CHANGELOG.md, too? Thanks! |
This PR adds reload commands for the Bareos director. It first tests the configuration and then sends a SIGHUP to the main process.
If the config tests fails a log message will be reported, but the SIGHUP is fired anyway.