mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
16 lines
325 B
SYSTEMD
16 lines
325 B
SYSTEMD
[Unit]
|
|
Description=Clio XRPL API server
|
|
Documentation=https://github.com/XRPLF/clio.git
|
|
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@CLIO_INSTALL_DIR@/bin/clio_server @CLIO_INSTALL_DIR@/etc/config.json
|
|
Restart=on-failure
|
|
User=clio
|
|
Group=clio
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |