Advertisement
mcdee

Untitled

Dec 5th, 2019
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. [Unit]
  2. Description=Ethereum 2 Beacon chain
  3. After=network.target
  4. StartLimitIntervalSec=0
  5.  
  6. [Service]
  7. Type=simple
  8. Restart=always
  9. RestartSec=1
  10. User=eth2
  11. ExecStart=/home/eth2/bin/beacon-chain
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement