mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
* docker container definitions for package building * cmake targets for building packages * initial gitlab CI + artifactory integration
16 lines
317 B
Desktop File
16 lines
317 B
Desktop File
[Unit]
|
|
Description=Ripple Daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/opt/ripple/bin/rippled --net --silent --conf /etc/opt/ripple/rippled.cfg
|
|
# Default KillSignal can be used if/when rippled handles SIGTERM
|
|
KillSignal=SIGINT
|
|
Restart=no
|
|
User=rippled
|
|
Group=rippled
|
|
LimitNOFILE=65536
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|