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:
parent
e3522dfb34
commit
88dc5c182f
|
@ -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
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue