routeros: Don't run mqtt publish script as root

This commit is contained in:
Timo Makinen 2025-04-26 20:33:23 +00:00
parent 894f69f82f
commit 3a21dbfa35
3 changed files with 19 additions and 7 deletions

View file

@ -14,3 +14,9 @@
```
/interface/bridge/port/set [find where bridge=bridge and interface=ether1] pvid=30
```
## Add name to port
```
/interface/ethernet/set [ find default-name=ether20 ] comment="name"
```