Fix typo in install.md
This commit is contained in:
parent
757e4929a6
commit
56a0482a09
|
@ -84,7 +84,7 @@ walk you through the rest of the installation process.
|
|||
## Services
|
||||
|
||||
Once all of the services needed to run LibreTime are installed and configured,
|
||||
it is important that the server starts them during the boot process, to cut down on downtime, especially in live enviornments.
|
||||
it is important that the server starts them during the boot process, to cut down on downtime, especially in live environments.
|
||||
Ubuntu 18.04 uses the `systemctl` command to manage services, so run the following commands to enable all
|
||||
LibreTime-needed services to run at boot:
|
||||
|
||||
|
@ -106,4 +106,4 @@ the `www-data` user needs to be added to the `audio` user group using the comman
|
|||
|
||||
```
|
||||
sudo adduser www-data audio
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue