Verified Commit 85c60042 authored by Jakob Moser's avatar Jakob Moser
Browse files

Fix README

parent 74580095
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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
```