Skip to content

Commit 7e919a1

Browse files
authored
Merge pull request #87 from SimonFrings/docs
Add documentation for manual restart of systemd service
2 parents 953af4d + fd1612a commit 7e919a1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/best-practices/deployment.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,13 @@ $ sudo systemctl status acme.service
344344
[…]
345345
```
346346

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+
347354
This should be enough to get you started with systemd. If you want to learn more
348355
about systemd, check out the
349356
[official documentation](https://www.freedesktop.org/software/systemd/man/systemd.service.html).

0 commit comments

Comments
 (0)