Skip to content

Commit

Permalink
Updated service files
Browse files Browse the repository at this point in the history
  • Loading branch information
kompotkot committed Feb 21, 2024
1 parent 1a204f7 commit 4277333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/influence-eth-events.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=network.target
Type=oneshot
WorkingDirectory=/home/ubuntu/influence-eth
EnvironmentFile=/home/ubuntu/influence-eth-secrets/app.env
ExecStart=/home/ubuntu/influence-eth/influence-eth do-everything --contract $INFLUENCE_DISPATCHER_ADDRESS --outfile $INFLUENCE_EVENTS_FILE --batch-size 1000 --from-block-file /home/ubuntu/influence-eth-secrets/from-block.txt
ExecStart=/home/ubuntu/influence-eth/influence-eth do-everything --contract ${INFLUENCE_DISPATCHER_ADDRESS} --outfile ${INFLUENCE_EVENTS_FILE} --batch-size 1000 --from-block-file /home/ubuntu/influence-eth-secrets/from-block.txt
m-block.txt
CPUWeight=50
SyslogIdentifier=influence-eth-events
2 changes: 1 addition & 1 deletion deploy/influence-eth-leaderboards.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=network.target
Type=oneshot
WorkingDirectory=/home/ubuntu/influence-eth
EnvironmentFile=/home/ubuntu/influence-eth-secrets/app.env
ExecStart=/home/ubuntu/influence-eth/influence-eth leaderboards --infile $INFLUENCE_EVENTS_FILE --leaderboards-map leaderboards-map.json
ExecStart=/home/ubuntu/influence-eth/influence-eth leaderboards --infile ${INFLUENCE_EVENTS_FILE} --leaderboards-map leaderboards-map.json
m-block.txt
CPUWeight=50
SyslogIdentifier=influence-eth-leaderboards

0 comments on commit 4277333

Please sign in to comment.