Skip to content

slapos node: allow configure different pid files for each command

Jérome Perrin requested to merge feat/define_pid_file_in_config_file into master

We only had a global "pidfile" configuration, but it's more conveniant to be able to configure different pidfile for each command (software, instance, report)

The supported config file would look like:

[slapos]
pidfile_software = /path/to/pid
pidfile_instance = /path/to/pid
pidfile_report = /path/to/pid

Merge request reports