Verified Commit 8ac4fecd authored by Jakob Moser's avatar Jakob Moser
Browse files

Include missing step about systemd unit

parent 9a6607e3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -173,3 +173,10 @@ You can then, for example, run the card interfacing tool using:
```bash
python3 -m poolpay.card id
```

As last step, deploy the systemd unit:

```bash
sudo cp /coli/poolpay/poolpay.service /etc/systemd/system
sudo systemctl enable --now poolpay
```