Verified Commit 021c95f9 authored by Jakob Moser's avatar Jakob Moser
Browse files

Move service and change install location

parent 1727b44d
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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
+0 −0

File moved.