Loading README.md +7 −2 Original line number Diff line number Diff line Loading @@ -249,10 +249,15 @@ curl -LsSf https://astral.sh/uv/install.sh | sh uv sync --locked # to explicitly install dependencies now ``` As last step, deploy the systemd unit: As last step, deploy the systemd units: ```bash sudo cp -r /coli/poolpay/units /etc/systemd/system sudo cp /coli/poolpay/units/poolpay.service /etc/systemd/system sudo cp /coli/poolpay/units/poolpay-ingest.service /etc/systemd/system sudo cp /coli/poolpay/units/coli-usbee.mount /etc/systemd/system sudo cp /coli/poolpay/units/coli-usbee.automount /etc/systemd/system sudo systemctl enable --now poolpay poolpay-ingest coli-usbee.automount ``` Loading Loading
README.md +7 −2 Original line number Diff line number Diff line Loading @@ -249,10 +249,15 @@ curl -LsSf https://astral.sh/uv/install.sh | sh uv sync --locked # to explicitly install dependencies now ``` As last step, deploy the systemd unit: As last step, deploy the systemd units: ```bash sudo cp -r /coli/poolpay/units /etc/systemd/system sudo cp /coli/poolpay/units/poolpay.service /etc/systemd/system sudo cp /coli/poolpay/units/poolpay-ingest.service /etc/systemd/system sudo cp /coli/poolpay/units/coli-usbee.mount /etc/systemd/system sudo cp /coli/poolpay/units/coli-usbee.automount /etc/systemd/system sudo systemctl enable --now poolpay poolpay-ingest coli-usbee.automount ``` Loading