????

Your IP : 18.220.7.116


Current Path : /proc/self/root/proc/self/root/proc/self/root/opt/acronis/var/aakore/
Upload File :
Current File : //proc/self/root/proc/self/root/proc/self/root/opt/acronis/var/aakore/update-controller.unit

name: update-controller
external: false
cmd: acp-update-controller
args: ["-e", "--update-controller"]
routes:
  - /api/update-controller
standby-endpoint: /api/update-controller/v1/standby
restart-policy: # optional
  max-attempts: 30 # how many times we would try to restart a unit that is failing on start
  attempt-delay: 30s # delay between restart attempts
  kill-timeout: 60s # how long would Core Agent wait for Agent Unit graceful shutdown (stop) before killing it
healthcheck: # optional
  timeout: 20s # health-check request timeout (including connection time)
  interval: 30s # how often Core Agent would send health-check requests to Agent Unit
  max-failures: 2 # how many times health-check should fail before Core Agent would confirm the death
  endpoint: /api/update-controller/v1/healthcheck  # endpoint for healthcheck REST call from Core Agent to Agent Unit
hooks:
  registration:
    pre: /api/update-controller/v1/registration/pre
    post: /api/update-controller/v1/registration/post
  unregistration:
    post: /api/update-controller/v1/unregistration/post