tags 826148 -moreinfo +pending thanks On Mon, Jan 09, 2017 at 06:36:46PM +0100, Mario Lipinski wrote: > >1) monit doesn't support systemd. If you are ready to support this > > package for systemd - please do. > > I just use monit on a Debian system with its default init system. I would > expect monit to work on such a system.
It works, but this configuration has some problems, see docs. > If it does not, this should be noted > in the documentation and also probably declare appropriate dependencies > (e.g. to require certain init system or conflict systemd) in the package > meta information. Have you read the package documentation at all? How can you miss the package suggestions? > I already proposed a solution that could work on all systems in my initial > email. Have you tested sysvinit setup with this solution? > /usr/sbin/service as well as invoke-rc.d (maybe event with --force) seem to > be alternatives worth considering. invoke-rc.d was considered. /usr/sbin/service seems to be more safe solution. Feel free to come with patch.