mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-26 08:26:38 +00:00
| .. | ||
| pam-configs | ||
| source | ||
| tmpfiles.d | ||
| changelog | ||
| compat | ||
| control | ||
| copyright | ||
| debian-fixup | ||
| debian-fixup.service | ||
| ifup@.service | ||
| init-functions | ||
| libpam-systemd.install | ||
| libpam-systemd.postinst | ||
| libpam-systemd.prerm | ||
| libsystemd-daemon0.install | ||
| libsystemd-daemon0.symbols | ||
| libsystemd-daemon-dev.install | ||
| libsystemd-id128-0.install | ||
| libsystemd-id128-0.symbols | ||
| libsystemd-id128-dev.install | ||
| libsystemd-journal0.install | ||
| libsystemd-journal0.symbols | ||
| libsystemd-journal-dev.install | ||
| libsystemd-login0.install | ||
| libsystemd-login0.symbols | ||
| libsystemd-login-dev.install | ||
| README.Debian | ||
| rules | ||
| systemd-gui.install | ||
| systemd-hack-up-the-source.hook | ||
| systemd-sysv.install | ||
| systemd-sysv.links | ||
| systemd.dirs | ||
| systemd.install | ||
| systemd.links | ||
| systemd.maintscript | ||
| systemd.postinst | ||
| systemd.postrm | ||
| systemd.preinst | ||
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