Skip to content

Instantly share code, notes, and snippets.

@apapacy
Created November 18, 2022 21:41
Show Gist options
  • Save apapacy/7e4fe6375d05393dc6d0884ff19ac0e9 to your computer and use it in GitHub Desktop.
Save apapacy/7e4fe6375d05393dc6d0884ff19ac0e9 to your computer and use it in GitHub Desktop.
ExecStart=/usr/sbin/arangod --uid arangodb --gid arangodb --pid-file /var/run/arangodb3/arangod.pid --temp.path /var/tmp/arangodb3 --log.foreground-tty true --server.jwt-secret=/tmp/arango.jwt --server.endpoint tcp://0.0.0.0:8529 --agency.my-address tcp://arango-manager:8529 --agency.size 1 --agency.activate true
ExecStart=/usr/sbin/arangod --uid arangodb --gid arangodb --pid-file /var/run/arangodb3/arangod.pid --temp.path /var/tmp/arangodb3 --log.foreground-tty true --server.jwt-secret=/tmp/arango.jwt --server.endpoint tcp://0.0.0.0:8529 --cluster.my-address tcp://arango-data:8529 --cluster.my-local-info arango-data --cluster.my-role PRIMARY --cluster.agency-endpoint tcp://arango-manager:8529
ExecStart=/usr/sbin/arangod --uid arangodb --gid arangodb --pid-file /var/run/arangodb3/arangod.pid --temp.path /var/tmp/arangodb3 --log.foreground-tty true --server.jwt-secret=/tmp/arango.jwt --server.endpoint tcp://0.0.0.0:8529 --cluster.my-address tcp://arango-data-1:8529 --cluster.my-local-info arango-data-1 --cluster.my-role PRIMARY --cluster.agency-endpoint tcp://arango-manager:8529
ExecStart=/usr/sbin/arangod --uid arangodb --gid arangodb --pid-file /var/run/arangodb3/arangod.pid --temp.path /var/tmp/arangodb3 --log.foreground-tty true --server.jwt-secret=/tmp/arango.jwt --server.endpoint tcp://0.0.0.0:8529 --cluster.my-address tcp://arango-agent:8529 --cluster.my-local-info arango-agent --cluster.my-role COORDINATOR --cluster.agency-endpoint tcp://arango-manager:8529 --cluster.min-replication-factor 1 --cluster.system-replication-factor 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment