Loading README.md +3 −4 Original line number Diff line number Diff line Loading @@ -252,12 +252,11 @@ uv sync --locked # to explicitly install dependencies now As last step, deploy the systemd unit: ```bash sudo cp /coli/poolpay/poolpay.service /etc/systemd/system sudo systemctl enable poolpay sudo cp -r /coli/poolpay/units /etc/systemd/system sudo systemctl enable --now poolpay sudo systemctl enable --now poolpay-ingest ``` Reboot. The application should start automatically. You could now also launch tools, e.g., the card interfacing tool: ```bash Loading poolpay.service→units/poolpay.service +0 −0 File moved. View file Loading
README.md +3 −4 Original line number Diff line number Diff line Loading @@ -252,12 +252,11 @@ uv sync --locked # to explicitly install dependencies now As last step, deploy the systemd unit: ```bash sudo cp /coli/poolpay/poolpay.service /etc/systemd/system sudo systemctl enable poolpay sudo cp -r /coli/poolpay/units /etc/systemd/system sudo systemctl enable --now poolpay sudo systemctl enable --now poolpay-ingest ``` Reboot. The application should start automatically. You could now also launch tools, e.g., the card interfacing tool: ```bash Loading