Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [Unit]
  2. Description=Ethereum go client
  3.  
  4. [Service]
  5. Type=simple
  6. ExecStart=/home/ubuntu/go/bin/geth --testnet --fast --datadir /home/ubuntu/myDataDir --keystore /home/ubuntu/myDataDir/keystore --rpc --shh
  7. Restart=always
  8. RestartSec=10
  9.  
  10. [Install]
  11. WantedBy=default.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement