Skip to content

Commit

Permalink
Merge pull request #1514 from rootzoll/fix-btc-rpc-expo-unit
Browse files Browse the repository at this point in the history
Update bonus.btc-rpc-explorer.sh
  • Loading branch information
frennkie committed Sep 8, 2020
2 parents 407c232 + 4f59762 commit 0d9b873
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions home.admin/config.scripts/bonus.btc-rpc-explorer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,9 @@ After=${network}d.service
WorkingDirectory=/home/btcrpcexplorer/btc-rpc-explorer
ExecStart=/usr/bin/npm start
User=btcrpcexplorer
# Restart on failure but no more than 2 time every 10 minutes (600 seconds). Otherwise stop
# Restart on failure but no more than default times (DefaultStartLimitBurst=5) every 10 minutes (600 seconds). Otherwise stop
Restart=on-failure
StartLimitIntervalSec=600
StartLimitBurst=2
RestartSec=600
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit 0d9b873

Please sign in to comment.