summaryrefslogtreecommitdiff
path: root/man/systemd.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-13 18:57:58 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-13 18:57:58 +0200
commitedb9aaa8b27adf89cc712000318b1e9cf40ea296 (patch)
tree903ab16a52390bf09ca3dfefae0d148179d42dbd /man/systemd.xml
parenteee4b05fab0a26aab7b8dc1e0e11e4a624a15798 (diff)
main: replace --running-as= by --session and --system do mimic related tools and D-Bus
Diffstat (limited to 'man/systemd.xml')
-rw-r--r--man/systemd.xml26
1 files changed, 14 insertions, 12 deletions
diff --git a/man/systemd.xml b/man/systemd.xml
index 0798f231b..d19094c38 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -135,17 +135,19 @@
<filename>default.target</filename>.</para></listitem>
</varlistentry>
<varlistentry>
- <term><option>--running-as=</option></term>
-
- <listitem><para>Tell systemd to run in
- a particular mode. Argument is one of
- <option>system</option>,
- <option>session</option>. Normally it
- should not be necessary to pass this
- option, as systemd automatically
- detects the mode it is started
- in. This call is hence of little use
- except for
+ <term><option>--system</option></term>
+ <term><option>--session</option></term>
+
+ <listitem><para>Tell systemd to run a
+ system instance (resp. session
+ instance), even if the process ID is
+ not 1 (resp. is 1), i.e. system is not
+ (resp. is) run as init process.
+ Normally it should not be necessary to
+ pass these options, as systemd
+ automatically detects the mode it is
+ started in. These options are hence of
+ little use except for
debugging.</para></listitem>
</varlistentry>
<varlistentry>
@@ -466,7 +468,7 @@
when figuring out whether a service
shall be enabled. Note that a service
unit with a native unit configuration
- file can be started by activating it
+ file cannot be started by activating it
in the SysV runlevel link
farm.</para></listitem>
</varlistentry>