@lox - I've added the flag you suggested in #53, and took the opportunity to:
Align the arguments passed to the handler with what is documented in the README (I should have seen this earlier).
Checked in a "linting fix" which make test does automatically everytime I run it.
Fixed the example handler script in the documentation. On this, I think systemctl stop <service> is a blocking, so I'm not sure we need the await_shutdown script?
@lox - I've added the flag you suggested in #53, and took the opportunity to:
make test
does automatically everytime I run it.systemctl stop <service>
is a blocking, so I'm not sure we need theawait_shutdown
script?