2020-11-21 17:14:34 +01:00
|
|
|
[Unit]
|
|
|
|
|
Description=Flowee Bitcore-proxy service
|
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
User=flowee
|
|
|
|
|
Group=flowee
|
2026-05-22 00:12:45 +02:00
|
|
|
ExecStart=/usr/bin/bitcore-proxy --conf=/etc/flowee/bitcore-proxy.conf
|
2020-11-21 17:14:34 +01:00
|
|
|
Type=simple
|
2021-02-11 22:50:50 +01:00
|
|
|
Restart=always
|
|
|
|
|
StartLimitBurst=5
|
2020-11-21 17:14:34 +01:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|