Changes
Page history
Update systemd process supervision
authored
Mar 26, 2020
by
Jameson Rollins
Hide whitespace changes
Inline
Side-by-side
systemd-process-supervision.md
View page @
145919bf
...
...
@@ -83,4 +83,11 @@ To completely replace a unit file use `systemctl edit --full`, which creates a r
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