fix paths

This commit is contained in:
2026-01-04 11:38:24 +01:00
parent 8423227ae2
commit c427dbc998
2 changed files with 6 additions and 6 deletions

View File

@ -138,16 +138,16 @@ vegapulsair_snr_db{device_id="eui-04c46100008f6ffe"} 4.2
6. **Install systemd service:** 6. **Install systemd service:**
```bash ```bash
sudo cp ttn-vegapuls-exporter.service /etc/systemd/system/ sudo cp ttn-vegapulsair-exporter.service /etc/systemd/system/
sudo systemctl daemon-reload sudo systemctl daemon-reload
sudo systemctl enable ttn-vegapuls-exporter.service sudo systemctl enable ttn-vegapulsair-exporter.service
sudo systemctl start ttn-vegapuls-exporter.service sudo systemctl start ttn-vegapulsair-exporter.service
``` ```
7. **Check status:** 7. **Check status:**
```bash ```bash
sudo systemctl status ttn-vegapuls-exporter.service sudo systemctl status ttn-vegapulsair-exporter.service
sudo journalctl -u ttn-vegapuls-exporter.service -f sudo journalctl -u ttn-vegapulsair-exporter.service -f
``` ```
### Option 2: Docker Installation ### Option 2: Docker Installation

View File

@ -35,7 +35,7 @@ ProtectKernelModules=true
ProtectControlGroups=true ProtectControlGroups=true
# Resource limits # Resource limits
MemoryLimit=256M MemoryMax=256M
CPUQuota=5% CPUQuota=5%
# Environment # Environment