mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Clarify when to use systemd restart
This commit is contained in:
parent
2c4cd7141a
commit
ba11ef27ed
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ You can start the Datasette process running using the following::
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
sudo systemctl start datasette.service
|
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
|
sudo systemctl restart datasette.service
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue