mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-09 10:11:10 +00:00
| .. | ||
| pam-configs | ||
| source | ||
| changelog | ||
| compat | ||
| control | ||
| copyright | ||
| lib-init-rw.automount | ||
| lib-init-rw.mount | ||
| libpam-systemd.install | ||
| libpam-systemd.postinst | ||
| libpam-systemd.prerm | ||
| lsb-base-logging.sh | ||
| README.Debian | ||
| rules | ||
| systemd-gui.install | ||
| systemd-sysv.install | ||
| systemd-sysv.links | ||
| systemd.install | ||
| systemd.links | ||
| systemd.postinst | ||
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. ifupdown's postinst has a bug where it ends up creating /etc/network/run as a normal directory rather than a symlink to /dev/shm or /lib/init/rw. 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 /lib/init/rw/network /etc/network/run -- Tollef Fog Heen <tfheen@debian.org>, Tue, 18 Jan 2011 20:36:08 +0100