Advertisement
Guest User

rippled systemd service file

a guest
Mar 19th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. [Unit]
  2. Description=Ripple peer-to-peer network daemon
  3.  
  4. [Service]
  5. Type=simple
  6. ExecStart=/usr/bin/rippled --conf=/etc/ripple/rippled.conf
  7.  
  8. [Install]
  9. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement