summaryrefslogtreecommitdiff
path: root/tests/plugins/service/configs/.rr-service-init.yaml
blob: 1b9cf7548265fdaa94f21c8fe05b6304e784a152 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
service:
  some_service_1:
    command: "php test_files/loop.php"
    process_num: 1
    exec_timeout: 5s
    restart_after_exit: true
    restart_delay: 1s
  some_service_2:
    command: "test_files/test_binary"
    process_num: 1
    restart_after_exit: true
    restart_delay: 1s
    exec_timeout: 5s

logs:
  level: info
  mode: raw

endure:
  grace_period: 120s
  print_graph: false
  log_level: error