... | ... | @@ -84,3 +84,10 @@ If you've made changes manually, reload systemd: |
|
|
```shell
|
|
|
# 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 |