-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrey
committed
Jun 7, 2024
1 parent
7640f96
commit 626423b
Showing
8 changed files
with
179 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Unit] | ||
Description=Seer synchronizer service for arbitrum one blockchain | ||
After=network.target | ||
StartLimitIntervalSec=300 | ||
StartLimitBurst=3 | ||
|
||
[Service] | ||
WorkingDirectory=/home/ubuntu/seer | ||
EnvironmentFile=/home/ubuntu/seer-secrets/app.env | ||
Restart=on-failure | ||
RestartSec=15s | ||
ExecStart=/home/ubuntu/seer/seer synchronizer --chain arbitrum_one | ||
SyslogIdentifier=seer-synchronizer-arbitrum-one | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Unit] | ||
Description=Seer synchronizer service for arbitrum sepolia blockchain | ||
After=network.target | ||
StartLimitIntervalSec=300 | ||
StartLimitBurst=3 | ||
|
||
[Service] | ||
WorkingDirectory=/home/ubuntu/seer | ||
EnvironmentFile=/home/ubuntu/seer-secrets/app.env | ||
Restart=on-failure | ||
RestartSec=15s | ||
ExecStart=/home/ubuntu/seer/seer synchronizer --chain arbitrum_sepolia | ||
SyslogIdentifier=seer-synchronizer-arbitrum-sepolia | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
16 changes: 16 additions & 0 deletions
16
deploy/seer-synchronizer-game7-orbit-arbitrum-sepolia.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Unit] | ||
Description=Seer synchronizer service for game7 orbit arbitrum sepolia blockchain | ||
After=network.target | ||
StartLimitIntervalSec=300 | ||
StartLimitBurst=3 | ||
|
||
[Service] | ||
WorkingDirectory=/home/ubuntu/seer | ||
EnvironmentFile=/home/ubuntu/seer-secrets/app.env | ||
Restart=on-failure | ||
RestartSec=15s | ||
ExecStart=/home/ubuntu/seer/seer indexer --chain game7_orbit_arbitrum_sepolia | ||
SyslogIdentifier=seer-synchronizer-game7-orbit-arbitrum-sepolia | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Unit] | ||
Description=Seer synchronizer service for mantle sepolia blockchain | ||
After=network.target | ||
StartLimitIntervalSec=300 | ||
StartLimitBurst=3 | ||
|
||
[Service] | ||
WorkingDirectory=/home/ubuntu/seer | ||
EnvironmentFile=/home/ubuntu/seer-secrets/app.env | ||
Restart=on-failure | ||
RestartSec=15s | ||
ExecStart=/home/ubuntu/seer/seer synchronizer --chain mantle_sepolia | ||
SyslogIdentifier=seer-synchronizer-mantle-sepolia | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Unit] | ||
Description=Seer synchronizer service for mantle blockchain | ||
After=network.target | ||
StartLimitIntervalSec=300 | ||
StartLimitBurst=3 | ||
|
||
[Service] | ||
WorkingDirectory=/home/ubuntu/seer | ||
EnvironmentFile=/home/ubuntu/seer-secrets/app.env | ||
Restart=on-failure | ||
RestartSec=15s | ||
ExecStart=/home/ubuntu/seer/seer synchronizer --chain mantle | ||
SyslogIdentifier=seer-synchronizer-mantle | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Unit] | ||
Description=Seer synchronizer service for xai sepolia blockchain | ||
After=network.target | ||
StartLimitIntervalSec=300 | ||
StartLimitBurst=3 | ||
|
||
[Service] | ||
WorkingDirectory=/home/ubuntu/seer | ||
EnvironmentFile=/home/ubuntu/seer-secrets/app.env | ||
Restart=on-failure | ||
RestartSec=15s | ||
ExecStart=/home/ubuntu/seer/seer synchronizer --chain xai_sepolia | ||
SyslogIdentifier=seer-synchronizer-xai-sepolia | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Unit] | ||
Description=Seer synchronizer service for xai blockchain | ||
After=network.target | ||
StartLimitIntervalSec=300 | ||
StartLimitBurst=3 | ||
|
||
[Service] | ||
WorkingDirectory=/home/ubuntu/seer | ||
EnvironmentFile=/home/ubuntu/seer-secrets/app.env | ||
Restart=on-failure | ||
RestartSec=15s | ||
ExecStart=/home/ubuntu/seer/seer synchronizer --chain xai | ||
SyslogIdentifier=seer-synchronizer-xai | ||
|
||
[Install] | ||
WantedBy=multi-user.target |