diff options
author | Valery Piashchynski <[email protected]> | 2021-09-16 17:12:37 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-16 17:12:37 +0300 |
commit | f3491c089b4da77fd8d2bc942a88b6b8d117a8a5 (patch) | |
tree | 32bfffb1f24eeee7b909747cc00a6a6b9fd3ee83 /tests/plugins/service/configs/.rr-service-init.yaml | |
parent | 5d2cd55ab522d4f1e65a833f91146444465a32ac (diff) |
Move plugins to a separate repository
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/service/configs/.rr-service-init.yaml')
-rw-r--r-- | tests/plugins/service/configs/.rr-service-init.yaml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/plugins/service/configs/.rr-service-init.yaml b/tests/plugins/service/configs/.rr-service-init.yaml deleted file mode 100644 index e32f2eda..00000000 --- a/tests/plugins/service/configs/.rr-service-init.yaml +++ /dev/null @@ -1,22 +0,0 @@ -service: - some_service_1: - command: "php test_files/loop.php" - process_num: 1 - exec_timeout: 5s # s,m,h (seconds, minutes, hours) - remain_after_exit: true - restart_sec: 1 - some_service_2: - command: "test_files/test_binary" - process_num: 1 - remain_after_exit: true - restart_delay: 1s - exec_timeout: 5s - -logs: - level: info - mode: raw - -endure: - grace_period: 120s - print_graph: false - log_level: error |