Updated Python HTTP OTA Server (markdown)

Xavier MULLER 2018-12-18 03:25:35 +01:00
parent 32b3b2e526
commit dfc957fe17
1 changed files with 3 additions and 2 deletions

@ -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
```