Merge pull request #535 from bugout-dev/fix-bor-service

Fix for bor service variable
pull/536/head
Sergei Sumarokov 2022-01-21 16:23:48 +03:00 zatwierdzone przez GitHub
commit cacc06c331
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -7,9 +7,9 @@ After=network.target
[Service]
Restart=on-failure
RestartSec=5s
WorkingDirectory=$HOME/node
WorkingDirectory=/home/ubuntu/node
EnvironmentFile=/etc/matic/metadata
EnvironmentFile=$HOME/node/variables.env
EnvironmentFile=/home/ubuntu/node/variables.env
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
ExecStart=/home/ubuntu/go/bin/bor --datadir "${MOUNT_DATA_DIR}/.bor/data" \
--port 30303 \