blob: f3375851249f5bf534b6db33613817b77c15978f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
'\" t
.\" Title: systemadm
.\" Author: Lennart Poettering <lennart@poettering.net>
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 12/19/2013
.\" Manual: systemadm
.\" Source: systemd
.\" Language: English
.\"
.TH "SYSTEMADM" "1" "12/19/2013" "systemd" "systemadm"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
systemadm \- Graphical frontend for the systemd system and service manager
.SH "SYNOPSIS"
.HP \w'\fBsystemadm\ \fR\fB[OPTIONS...]\fR\ 'u
\fBsystemadm \fR\fB[OPTIONS...]\fR
.SH "DESCRIPTION"
.PP
\fBsystemadm\fR
is a graphical frontend for the systemd system and service manager and allows introspection and control of systemd\&.
.SH "OPTIONS"
.PP
The following options are understood:
.PP
\fB\-\-h\fR, \fB\-\-help\fR
.RS 4
Prints a short help text and exits\&.
.RE
.PP
\fB\-\-system\fR
.RS 4
Connect to the systemd system manager\&. (Default)
.RE
.PP
\fB\-\-user\fR
.RS 4
Connect to the systemd manager of the calling user\&.
.RE
.PP
In addition to this a number of parameters common to all Gtk+ programs are supported\&.
.SH "SEE ALSO"
.PP
\fBsystemd\fR(1),
\fBsystemctl\fR(1)
.SH "AUTHOR"
.PP
\fBLennart Poettering\fR <\&lennart@poettering\&.net\&>
.RS 4
Developer
.RE
|