Skip to content

Commit

Permalink
Documentation: document required journal compression
Browse files Browse the repository at this point in the history
Fixes rkt#3104
  • Loading branch information
Sergiusz Urbaniak committed Aug 29, 2016
1 parent aa50467 commit df908df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/using-rkt-with-systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@ MACHINE CLASS SERVICE
0 machines listed.
```

Note that journald integration is only supported if systemd is compiled with `xz` compression enabled. To inspect this, use `systemctl`:

```
$ systemctl --version
systemd v231
[...] +XZ [...]
```

If the output contains `-XZ`, journal entries will not be available.

## Managing pods as systemd services

### Simple Unit File
Expand Down

0 comments on commit df908df

Please sign in to comment.