diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-15 22:12:41 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-15 22:13:26 +0100 |
commit | af2d49f70bcff20efaf2d69aecaf4b3e898ff1fa (patch) | |
tree | 3b2e21237d67459424f5e276dda07a9be3575e62 /man/daemon.xml | |
parent | 62347bc24a695bc0527f663af5fe136b1a993573 (diff) |
drop support for MANAGER_SESSION, introduce MANAGER_USER instead
Diffstat (limited to 'man/daemon.xml')
-rw-r--r-- | man/daemon.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/daemon.xml b/man/daemon.xml index 42a7ffd8bb..f592e7d6e2 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -760,8 +760,8 @@ --variable=systemdsystemunitdir</command> (for system services), resp. <command>pkg-config systemd - --variable=systemdsessionunitdir</command> - (for session services). This will make the + --variable=systemduserunitdir</command> + (for user services). This will make the services available in the system on explicit request but not activate them automatically during boot. Optionally, during package @@ -795,7 +795,7 @@ AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_sy machines, and optionally allows their installation even on machines lacking systemd. (Modification of this snippet for the - session unit directory is left as excercise to the + user unit directory is left as excercise to the reader.)</para> <para>Additionally, to ensure that |