The watchdog feature would be nice to have, which would restart the service if it appeared to be running, but became unresponsive.
python-daemon looks interesting. In Debian:
- https://packages.debian.org/stretch/python3-daemon
- (maybe info: https://pypi.python.org/pypi/python-daemon)
with sd-notify:
https://packages.debian.org/sid/python3-cotyledon
python3-sdnotify:
- https://packages.debian.org/stretch/main/python3-sdnotify
- (more info https://github.com/bb4242/sdnotify)
python3-systemd:
https://packages.debian.org/stretch/python3-systemd
TODO:
- sd_notify - T274#4525