Update systemd process supervision authored by Jameson Rollins's avatar Jameson Rollins
...@@ -84,3 +84,10 @@ If you've made changes manually, reload systemd: ...@@ -84,3 +84,10 @@ If you've made changes manually, reload systemd:
```shell ```shell
# systemctl daemon-reload # systemctl daemon-reload
``` ```
## viewing logs
systemd has a very nice built in logging facility called `journald`. You can use the `journalctl` command to view the logs:
```shell
$ journalctl -f --unit rts-epics@h1lsc.service
```
\ No newline at end of file