mirror of https://github.com/arendst/Tasmota.git
Updated Python HTTP OTA Server (markdown)
parent
32b3b2e526
commit
dfc957fe17
|
@ -91,11 +91,12 @@ WantedBy=multi-user.target
|
|||
```
|
||||
- User rights
|
||||
|
||||
We have created those files and directories as root but it is not desirable, the option `User=XYZ` should be uncommented and `XYZ` replaced by you usernane.
|
||||
We have created those files and directories as `root` but it is not desirable, the option `User=XYZ` should be uncommented and `XYZ` replaced by you usernane.
|
||||
|
||||
In the following command too, replace twice `XYZ` by your username :
|
||||
In the following commands too, replace 4 time `XYZ` by your username :
|
||||
```
|
||||
# chown -hR XYZ:XYZ /srv/tasmota
|
||||
# chown XYZ:XYZ /etc/systemd/system/tasmota.service
|
||||
```
|
||||
- Run the service
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue