Advertisement
Guest User

Untitled

a guest
Jul 14th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1.  
  2. [Unit]
  3. Description=CharnaCoinWalletRPC
  4. After=network.target
  5.  
  6. [Service]
  7. User=root
  8. Restart=always
  9. Type=forking
  10.  
  11. #ExecStart=/pool/charnapool/start.sh
  12.  
  13. WorkingDirectory=/pool/charnacoin
  14. ExecStart=/pool/charnacoin/charnacoin-wallet-rpc --rpc-bind-port=28082 --wallet-file=true-m42 --password=12qwaszx --disable-rpc-login
  15. RemainAfterExit=yes
  16.  
  17.  
  18. [Install]
  19. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement