Skip to content

Commit

Permalink
Merge pull request rkt#3128 from s-urbaniak/fix-3104
Browse files Browse the repository at this point in the history
Documentation: document required journal compression
  • Loading branch information
lucab authored Aug 30, 2016
2 parents b9bdc3b + df908df commit 8a8779d
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 8a8779d

Please sign in to comment.