Files
thehub/support/bitcore-proxy.service
tomFlowee 7ecf23e391 Follow indexer changes for all services
Separate the log-conf and service-config file locations.
Avoid providing a bind on the commandline, make it come from the
config file instead.
2026-05-22 00:12:45 +02:00

15 lines
259 B
Desktop File

[Unit]
Description=Flowee Bitcore-proxy service
After=network.target
[Service]
User=flowee
Group=flowee
ExecStart=/usr/bin/bitcore-proxy --conf=/etc/flowee/bitcore-proxy.conf
Type=simple
Restart=always
StartLimitBurst=5
[Install]
WantedBy=multi-user.target