mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-17 07:16:45 +00:00
28 lines
848 B
Plaintext
28 lines
848 B
Plaintext
systemd for Debian
|
|
==================
|
|
|
|
systemd can be installed alongside sysvinit and will not change the
|
|
behaviour of the system out of the box. This is intentional. To test
|
|
systemd, add:
|
|
|
|
init=/bin/systemd
|
|
|
|
to the kernel command line and then rebooting, or install the
|
|
systemd-sysv package.
|
|
|
|
Known bugs and problems
|
|
=======================
|
|
|
|
The PAM module makes su exit with an error after running the command,
|
|
hiding the real exit status of the process.
|
|
|
|
Older ifupdown's postinst has a bug where it ends up creating
|
|
/etc/network/run as a normal directory rather than a symlink to
|
|
/run. This can cause network interfaces to not
|
|
start correctly on boot. The easiest way to fix this is to run:
|
|
|
|
mv /etc/network/run /lib/init/rw/network
|
|
ln -s /run /etc/network/run
|
|
|
|
-- Tollef Fog Heen <tfheen@debian.org>, Wed, 12 Oct 2011 08:43:50 +0200
|