summarylogtreecommitdiffstats
path: root/rippled.service
blob: ef15cd460785bd66dfe840876df0ff9606e75cb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Ripple Daemon
After=network-online.target
Wants=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/rippled --net --silent --conf /etc/rippled/rippled.cfg
Restart=on-failure
LimitNOFILE=65536

[Install]
WantedBy=multi-user.target