Changes
Page history
Update systemd process supervision
authored
Mar 26, 2020
by
Jameson Rollins
Show whitespace changes
Inline
Side-by-side
systemd-process-supervision.md
View page @
145919bf
...
...
@@ -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