seat-inspect(1)
| seat-inspect(1) | General Commands Manual | seat-inspect(1) |
NAME
seat-inspect - enumerate status of systemd facilities
SYNOPSIS
seat-inspect [-v, --verbose] [-nc, --nocolour]
DESCRIPTION
seat-inspect gives a status report of systemd facilities such as Multi-Seat, Inhibitor Locks, Services, Targets, and other types of Unit.
The intent of running the code is to have an overview of the system status, both to see what the new facilities are about, and to figure out if there is something out of place.
The intent of reading the code is to have an idea of how to use these facilities: the code has been written to be straightforward and is annotated with relevant bits from the logind and systemd D-Bus API documentation.
OPTIONS
-v, --verbose
Log all available detail. Overrides the default behaviour of
only logging information about real or potential errors. -nc, --nocolour
Disables default insertion of ANSI escape codes for colour coded
output. Useful if you want to redirect the output for sharing.
NOTES
To learn more about how seat-inspect works, and the facilities it reports on, consult the following sources of documentation:
http://www.freedesktop.org/wiki/Software/systemd/logind/ http://www.freedesktop.org/wiki/Software/systemd/dbus/ http://www.freedesktop.org/wiki/Software/systemd/multiseat/ http://www.freedesktop.org/wiki/Software/systemd/
| March 2015 |
