We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 953af4d + fd1612a commit 7e919a1Copy full SHA for 7e919a1
1 file changed
docs/best-practices/deployment.md
@@ -344,6 +344,13 @@ $ sudo systemctl status acme.service
344
[…]
345
```
346
347
+On top of this, you need to restart your service manually when the source code
348
+has been modified. In this case, simply execute the following command:
349
+
350
+```bash
351
+$ sudo systemctl restart acme.service
352
+```
353
354
This should be enough to get you started with systemd. If you want to learn more
355
about systemd, check out the
356
[official documentation](https://www.freedesktop.org/software/systemd/man/systemd.service.html).
0 commit comments