• Jérome Perrin's avatar
    slapos node: allow configure different pid files for each command · b2721927
    Jérome Perrin authored
    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
    
    ```
    
    
    
    /reviewed-on !29
    b2721927
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGES.txt 25.3 KB