diff options
author | Valery Piashchynski <[email protected]> | 2022-11-24 14:32:45 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-11-24 14:32:45 +0100 |
commit | 2f835f970991535f5816b66e5d0ad9b797a9a610 (patch) | |
tree | 8143ff6f5a92b10040aa93a5f59e8584b767ea72 /.rr.yaml | |
parent | 163e8a906a23fc6a44509df37844a28cb2423428 (diff) |
update services config
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -476,6 +476,11 @@ service: # Default: 0 (infinity), can be 1s, 2m, 2h (seconds, minutes, hours) exec_timeout: 0 + # Show the name of the service in logs (e.g. service.some_service_1) + # + # Default: false + service_name_in_log: false + # Remain process after exit. In other words, restart process after exit with any exit code. # # Default: "false" @@ -507,6 +512,12 @@ service: # Default: 1 process_num: 1 + + # Show the name of the service in logs (e.g. service.some_service_1) + # + # Default: false + service_name_in_log: false + # Allowed time before stop. # # Default: 0 (infinity), can be 1s, 2m, 2h (seconds, minutes, hours) |