systemd-python: wrap sd_notify

_listen_fds() is modified to accept unset_environment arg as keyword,
to match new notify().
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2013-07-05 22:15:54 -04:00
parent 26306aed13
commit 925d98b344
2 changed files with 46 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
from ._daemon import (__version__,
booted,
notify,
_listen_fds,
_is_fifo,
_is_socket,