Skip to content

Introduce a better interface instead of process_cmdline #142

@giomasce

Description

@giomasce

ResourceService checks the state of launched services and servers by comparing all running processes' command lines against the process_cmdline provided in the configuration. This is not a very nice interface, also because it requires user to adapt to their case what in theory is a feature of the system that they shouldn't control directly.

I propose to use the more classical solution of writing a pidfile when a process starts. RS can check the processes indicated in these pidfiles.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions