Clarify when to use systemd restart

pull/1397/head
Simon Willison 2021-07-13 22:43:13 -07:00 zatwierdzone przez GitHub
rodzic 2c4cd7141a
commit ba11ef27ed
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -65,7 +65,7 @@ You can start the Datasette process running using the following::
sudo systemctl daemon-reload
sudo systemctl start datasette.service
You may need to restart the Datasette service after making changes to its ``metadata.json`` configuration or the ``datasette.service`` file. You can do that using::
You will need to restart the Datasette service after making changes to its ``metadata.json`` configuration or adding a new database file to that directory. You can do that using::
sudo systemctl restart datasette.service