Update Anvil logind documentation

The logind feature is enabled by default.  It doesn't need to be
manually enabled.  ConsoleKit support is no longer planned.
This commit is contained in:
Alyssa Ross 2021-07-29 11:24:41 +00:00 committed by Victor Berger
parent e3522dfb34
commit 88dc5c182f
1 changed files with 1 additions and 6 deletions

View File

@ -43,9 +43,4 @@ The currently available backends are:
inside of an other X11 or Wayland session. inside of an other X11 or Wayland session.
- `--tty-udev`: start anvil in a tty with udev support. This is the "traditional" launch of a Wayland - `--tty-udev`: start anvil in a tty with udev support. This is the "traditional" launch of a Wayland
compositor. Note that this requires you to start anvil as root if your system does not have logind compositor. Note that this requires you to start anvil as root if your system does not have logind
available ([consolekit support is planned](https://github.com/Smithay/smithay/issues/95)). To use logind, available.
you need to activate the associated cargo feature:
```
cargo run --features logind -- --tty-udev
```