mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-11 04:58:19 +03:00
move /usr/bin/systemd to /usr/lib/systemd/systemd
This commit is contained in:
parent
1d4ec31570
commit
e0d25329b2
@ -161,7 +161,6 @@ endif
|
||||
endif
|
||||
|
||||
rootbin_PROGRAMS = \
|
||||
systemd \
|
||||
systemctl \
|
||||
systemd-notify \
|
||||
systemd-ask-password \
|
||||
@ -185,6 +184,7 @@ bin_PROGRAMS += \
|
||||
endif
|
||||
|
||||
rootlibexec_PROGRAMS = \
|
||||
systemd \
|
||||
systemd-cgroups-agent \
|
||||
systemd-initctl \
|
||||
systemd-update-utmp \
|
||||
|
5
NEWS
5
NEWS
@ -1,5 +1,10 @@
|
||||
systemd System and Service Manager
|
||||
|
||||
CHANGES WITH 41:
|
||||
* The systemd binary is installed /usr/lib/systemd/systemd now;
|
||||
An existing /sbin/init symlink needs to be adapted with the
|
||||
package update.
|
||||
|
||||
CHANGES WITH 40:
|
||||
* This is mostly a bugfix release
|
||||
|
||||
|
@ -185,7 +185,7 @@
|
||||
<title>Example 2</title>
|
||||
|
||||
<programlisting># mock --init
|
||||
# systemd-nspawn -D /var/lib/mock/fedora-rawhide-x86_64/root/ /bin/systemd systemd.log_level=debug</programlisting>
|
||||
# systemd-nspawn -D /var/lib/mock/fedora-rawhide-x86_64/root/ /sbin/init systemd.log_level=debug</programlisting>
|
||||
|
||||
<para>This installs a minimal Fedora distribution into
|
||||
a subdirectory of <filename>/var/lib/mock/</filename>
|
||||
|
@ -15,5 +15,5 @@ PAMName=systemd-shared
|
||||
ControlGroup=%R/user/%I/shared cpu:/
|
||||
ControlGroupModify=yes
|
||||
Type=notify
|
||||
ExecStart=-@rootbindir@/systemd --user
|
||||
ExecStart=-@rootlibexecdir@/systemd --user
|
||||
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%I/dbus/user_bus_socket
|
||||
|
Loading…
x
Reference in New Issue
Block a user