Add Arch Linux PKGBUILD:

The install process will first fetch the tip of the master branch
to build the latest official rippled release. It will also create
all the necessary data directories in /var.

An optional systemd service definition file is included.
This commit is contained in:
Roberto Catini
2014-03-19 16:59:05 +01:00
committed by Vinnie Falco
parent 0f19efac2d
commit 4886772ca3
2 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Ripple Peer-to-Peer Network Daemon
[Service]
Type=simple
User=nobody
ExecStart=/usr/bin/rippled --conf=/etc/rippled/rippled.cfg
[Install]
WantedBy=multi-user.target