feat(installer): remove allow-restart flag (#1970)
Services management should be handled by the admin. You can use the following command `systemctl restart libretime.target`
This commit is contained in:
parent
96af028daa
commit
c4bccf16f9
3 changed files with 11 additions and 26 deletions
|
@ -152,12 +152,6 @@ The install script will use randomly generated passwords to create the PostgreSQ
|
|||
|
||||
:::
|
||||
|
||||
:::info
|
||||
|
||||
By default, the install script will not restart any service for you, this is to prevent unwanted restarts on production environment. To let the install script restart the services, you need to pass the `--allow-restart` flag.
|
||||
|
||||
:::
|
||||
|
||||
Feel free to run `./install --help` to get more details.
|
||||
|
||||
#### Using hardware audio output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue