Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
systemd
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
steam
systemd
Commits
f3e219a2
Commit
f3e219a2
authored
Jul 07, 2010
by
Lennart Poettering
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update man pages for recent changes
parent
487393e9
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
263 additions
and
47 deletions
+263
-47
Makefile.am
Makefile.am
+2
-1
man/sd-daemon.xml
man/sd-daemon.xml
+1
-1
man/systemd.automount.xml
man/systemd.automount.xml
+1
-1
man/systemd.conf.xml
man/systemd.conf.xml
+112
-0
man/systemd.device.xml
man/systemd.device.xml
+1
-1
man/systemd.exec.xml
man/systemd.exec.xml
+1
-1
man/systemd.mount.xml
man/systemd.mount.xml
+1
-1
man/systemd.path.xml
man/systemd.path.xml
+1
-1
man/systemd.service.xml
man/systemd.service.xml
+1
-1
man/systemd.snapshot.xml
man/systemd.snapshot.xml
+1
-1
man/systemd.socket.xml
man/systemd.socket.xml
+1
-1
man/systemd.swap.xml
man/systemd.swap.xml
+1
-1
man/systemd.target.xml
man/systemd.target.xml
+1
-1
man/systemd.timer.xml
man/systemd.timer.xml
+1
-1
man/systemd.xml
man/systemd.xml
+137
-34
No files found.
Makefile.am
View file @
f3e219a2
...
...
@@ -341,7 +341,8 @@ MANPAGES = \
man/telinit.8
\
man/halt.8
\
man/shutdown.8
\
man/pam_systemd.8
man/pam_systemd.8
\
man/systemd.conf.5
MANPAGES_ALIAS
=
\
man/reboot.8
\
...
...
man/sd-daemon.xml
View file @
f3e219a2
...
...
@@ -61,7 +61,7 @@
<filename>
sd-daemon.h
</filename>
provide a reference
implementation of various APIs for new-style daemons,
as implemented by the
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
1
</manvolnum></citerefentry>
init system.
</para>
<para>
See
...
...
man/systemd.automount.xml
View file @
f3e219a2
...
...
@@ -155,7 +155,7 @@
<refsect1>
<title>
See Also
</title>
<para>
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
1
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemctl
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.unit
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.mount
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
...
...
man/systemd.conf.xml
0 → 100644
View file @
f3e219a2
<?xml version='1.0'?>
<!--*-nxml-*-->
<?xml-stylesheet type="text/xsl" href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
This file is part of systemd.
Copyright 2010 Lennart Poettering
systemd is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
systemd is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with systemd; If not, see <http://www.gnu.org/licenses/>.
-->
<refentry
id=
"systemd.conf"
>
<refentryinfo>
<title>
systemd.conf
</title>
<productname>
systemd
</productname>
<authorgroup>
<author>
<contrib>
Developer
</contrib>
<firstname>
Lennart
</firstname>
<surname>
Poettering
</surname>
<email>
lennart@poettering.net
</email>
</author>
</authorgroup>
</refentryinfo>
<refmeta>
<refentrytitle>
systemd.conf
</refentrytitle>
<manvolnum>
5
</manvolnum>
</refmeta>
<refnamediv>
<refname>
systemd.conf
</refname>
<refpurpose>
systemd manager configuration file
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<para><filename>
system.conf
</filename></para>
<para><filename>
session.conf
</filename></para>
</refsynopsisdiv>
<refsect1>
<title>
Description
</title>
<para>
When run as system instance systemd reads the
configuration file
<filename>
system.conf
</filename>
,
otherwise
<filename>
session.conf
</filename>
. These
configuration files contain a few settings controlling
basic manager operations.
</para>
</refsect1>
<refsect1>
<title>
Options
</title>
<para>
All options are configured in the
<literal>
[Manager]
</literal>
section:
</para>
<variablelist>
<varlistentry>
<term><varname>
LogLevel=
</varname></term>
<term><varname>
LogTarget=
</varname></term>
<term><varname>
LogColor=
</varname></term>
<term><varname>
LogLocation=
</varname></term>
<term><varname>
DumpCore=yes
</varname></term>
<term><varname>
CrashShell=no
</varname></term>
<term><varname>
ShowStatus=yes
</varname></term>
<term><varname>
CrashChVT=1
</varname></term>
<listitem><para>
Configures various
parameters of basic manager
operation. These options may be
overriden by the respective command
line arguments. See
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
1
</manvolnum></citerefentry>
for details about these command line
arguments.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>
CPUAffinity=
</varname></term>
<listitem><para>
Configures the initial
CPU affinity for the init
process. Takes a space-seperated list
of CPU indexes.
</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>
See Also
</title>
<para>
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
1
</manvolnum></citerefentry>
</para>
</refsect1>
</refentry>
man/systemd.device.xml
View file @
f3e219a2
...
...
@@ -139,7 +139,7 @@
<refsect1>
<title>
See Also
</title>
<para>
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
1
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemctl
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.unit
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
udev
</refentrytitle><manvolnum>
7
</manvolnum></citerefentry>
...
...
man/systemd.exec.xml
View file @
f3e219a2
...
...
@@ -734,7 +734,7 @@
<refsect1>
<title>
See Also
</title>
<para>
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
1
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemctl
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.unit
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.service
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
...
...
man/systemd.mount.xml
View file @
f3e219a2
...
...
@@ -237,7 +237,7 @@
<refsect1>
<title>
See Also
</title>
<para>
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
1
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemctl
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.unit
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.exec
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
...
...
man/systemd.path.xml
View file @
f3e219a2
...
...
@@ -174,7 +174,7 @@
<refsect1>
<title>
See Also
</title>
<para>
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
1
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemctl
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.unit
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.service
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
...
...
man/systemd.service.xml
View file @
f3e219a2
...
...
@@ -538,7 +538,7 @@
<refsect1>
<title>
See Also
</title>
<para>
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
1
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemctl
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.unit
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.exec
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
...
...
man/systemd.snapshot.xml
View file @
f3e219a2
...
...
@@ -78,7 +78,7 @@
<refsect1>
<title>
See Also
</title>
<para>
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
1
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemctl
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.unit
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
</para>
...
...
man/systemd.socket.xml
View file @
f3e219a2
...
...
@@ -509,7 +509,7 @@
<refsect1>
<title>
See Also
</title>
<para>
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
1
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemctl
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.unit
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.exec
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
...
...
man/systemd.swap.xml
View file @
f3e219a2
...
...
@@ -134,7 +134,7 @@
<refsect1>
<title>
See Also
</title>
<para>
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
1
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemctl
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.unit
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.device
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
...
...
man/systemd.target.xml
View file @
f3e219a2
...
...
@@ -97,7 +97,7 @@
<refsect1>
<title>
See Also
</title>
<para>
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
1
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemctl
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.unit
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.special
</refentrytitle><manvolnum>
7
</manvolnum></citerefentry>
...
...
man/systemd.timer.xml
View file @
f3e219a2
...
...
@@ -182,7 +182,7 @@
<refsect1>
<title>
See Also
</title>
<para>
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd
</refentrytitle><manvolnum>
1
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemctl
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.unit
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
,
<citerefentry><refentrytitle>
systemd.service
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
...
...
man/systemd.xml
View file @
f3e219a2
...
...
@@ -73,6 +73,13 @@
are mostly equivalent when invoked from normal login sessions. See
<citerefentry><refentrytitle>
telinit
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
for more information.
</para>
<para>
When run as system instance, systemd interprets
the configuration file
<filename>
system.conf
</filename>
, otherwise
<filename>
session.conf
</filename>
. See
<citerefentry><refentrytitle>
systemd.conf
</refentrytitle><manvolnum>
5
</manvolnum></citerefentry>
for more information.
</para>
</refsect1>
<refsect1>
...
...
@@ -88,6 +95,37 @@
<listitem><para>
Prints a short help
text and exits.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>
--test
</option></term>
<listitem><para>
Determine startup
sequence, dump it and exit. This is an
option useful for debugging
only.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>
--dump-configuration-items
</option></term>
<listitem><para>
Dump understood unit
configuration items. This outputs a
terse but complete list of
configuration items understood in unit
definition files.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>
--introspect=
</option></term>
<listitem><para>
Extract D-Bus
interface introspection data. This is
mostly useful at build at install time
to generate data suitable for the
D-Bus interfaces
repository. Optionally the interface
name for the introspection data may be
specified. If omitted, the
introspection data for all interfaces
is dumped.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>
--unit=
</option></term>
...
...
@@ -111,40 +149,35 @@
debugging.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>
--
test
</option></term>
<term><option>
--
dump-core
</option></term>
<listitem><para>
Determine startup
sequence, dump it and exit. This is an
option useful for debugging
only.
</para></listitem>
<listitem><para>
Dump core on crash. This switch has no effect when run as session instance.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>
--
dump-configuration-items
</option></term>
<term><option>
--
crash-shell
</option></term>
<listitem><para>
Dump understood unit
configuration items. This outputs a
terse but complete list of
configuration items understood in unit
definition files.
</para></listitem>
<listitem><para>
Run shell on crash. This switch has no effect when run as session instance.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>
--confirm-spawn
</option></term>
<listitem><para>
Ask for confirmation when spawning processes.
</para></listitem>
<listitem><para>
Ask for confirmation when spawning processes.
This switch has no effect when run as session instance.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>
--
introspect=
</option></term>
<term><option>
--
show-status
</option></term>
<listitem><para>
Extract D-Bus
interface introspection data. This is
mostly useful at build at install time
to generate data suitable for the
D-Bus interfaces
repository. Optionally the interface
name for the introspection data may be
specified. If omitted, the
introspection data for all interfaces
is dumped.
</para></listitem>
<listitem><para>
Show terse service status information while booting. This switch has no effect when run as session instance.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>
--log-target=
</option></term>
<listitem><para>
Set log
target. Argument must be one of
<option>
console
</option>
,
<option>
syslog
</option>
,
<option>
kmsg
</option>
,
<option>
syslog-or-kmsg
</option>
,
<option>
null
</option>
.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>
--log-level=
</option></term>
...
...
@@ -162,17 +195,6 @@
<option>
info
</option>
,
<option>
debug
</option>
.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>
--log-target=
</option></term>
<listitem><para>
Set log
target. Argument must be one of
<option>
console
</option>
,
<option>
syslog
</option>
,
<option>
kmsg
</option>
,
<option>
syslog-or-kmsg
</option>
,
<option>
null
</option>
.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>
--log-color=
</option></term>
...
...
@@ -714,6 +736,87 @@
</variablelist>
</refsect1>
<refsect1>
<title>
Kernel Command Line
</title>
<para>
When run as system instance systemd parses a few kernel command line arguments:
</para>
<variablelist>
<varlistentry>
<term><varname>
systemd.unit=
</varname></term>
<listitem><para>
Overrides the unit to
activate on boot. Defaults to
<filename>
default.target
</filename>
. This
may be used to temporarily boot into a
different boot unit, for example
<filename>
rescue.target
</filename>
or
<filename>
emergency.service
</filename>
. See
<citerefentry><refentrytitle>
systemd.special
</refentrytitle><manvolnum>
7
</manvolnum></citerefentry>
for details about these
units.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>
systemd.log_target=
</varname></term>
<term><varname>
systemd.log_level=
</varname></term>
<term><varname>
systemd.log_color=
</varname></term>
<term><varname>
systemd.log_location=
</varname></term>
<listitem><para>
Controls log output,
with the same effect as the
<varname>
$SYSTEMD_LOG_TARGET
</varname>
,
<varname>
$SYSTEMD_LOG_LEVEL
</varname>
,
<varname>
$SYSTEMD_LOG_COLOR
</varname>
,
<varname>
$SYSTEMD_LOG_LOCATION
</varname>
environment variables described above.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>
systemd.dump_core=
</varname></term>
<listitem><para>
Takes a boolean
argument. If
<option>
true
</option>
systemd dumps core when it
crashes. Otherwise no core dump is
created. Defaults to
<option>
true
</option>
.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>
systemd.crash_shell=
</varname></term>
<listitem><para>
Takes a boolean
argument. If
<option>
true
</option>
systemd spawns a shell when it
crashes. Otherwise no core dump is
created. Defaults to
<option>
false
</option>
, for security
reasons, as the shell is not protected
by any password
authentication.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>
systemd.crash_chvt=
</varname></term>
<listitem><para>
Takes an integer
argument. If positive systemd
activates the specified virtual
terminal when it crashes. Defaults to
<literal>
-1
</literal>
.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>
systemd.show_status=
</varname></term>
<listitem><para>
Takes a boolean
argument. If
<option>
true
</option>
shows terse service status updates on
the console during bootup. Defaults to
<option>
true
</option>
.
</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>
Sockets and FIFOs
</title>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment