systemd/debian
2012-06-05 22:44:53 +02:00
..
pam-configs Re-add workaround for non-interactive PAM sessions 2012-04-28 10:51:13 +02:00
source We keep the debian units on the Debian branch for now 2012-06-05 22:44:53 +02:00
tmpfiles.d Make sure /run/sensigs.omit.d exists. 2012-06-05 22:31:19 +02:00
changelog Add python-dbus and python-cairo to Suggests, for systemd-analyze. Closes: #672965 2012-06-05 22:40:07 +02:00
compat Initial packaging 2010-05-16 10:26:57 +02:00
control Add python-dbus and python-cairo to Suggests, for systemd-analyze. Closes: #672965 2012-06-05 22:40:07 +02:00
copyright Write up a real debian/copyright file 2010-06-05 08:59:03 +02:00
debian-fixup Don't migrate /var/run to a symlink if /run is a symlink 2012-03-07 08:50:15 +01:00
debian-fixup.service Explicitly order debian-fixup before sysinit.target 2012-03-13 17:46:54 +01:00
ifup@.service Tweak description for ifup@.service a little 2012-02-28 07:51:53 +01:00
init-functions Drop output message from init-functions hook, it's pointless. 2012-04-02 20:17:27 +02:00
libpam-systemd.install Split package; move systemadm and pam module to own packages 2010-08-29 14:03:42 +02:00
libpam-systemd.postinst Add pam-auth-update calls to libpam-systemd's postinst and prerm 2010-09-01 21:10:41 +02:00
libpam-systemd.prerm Add missing #DEBHELPER# token to libpam-systemd 2010-11-02 21:34:28 +01:00
libsystemd-daemon0.install Split libsystemd-login and libsystemd-daemon into separate binary packages. 2011-09-14 08:30:08 +02:00
libsystemd-daemon0.symbols Split libsystemd-login and libsystemd-daemon into separate binary packages. 2011-09-14 08:30:08 +02:00
libsystemd-daemon-dev.install Split libsystemd-login and libsystemd-daemon into separate binary packages. 2011-09-14 08:30:08 +02:00
libsystemd-id128-0.install Add packages for libsystemd-journal and libsystemd-id128. 2012-02-11 19:49:24 +01:00
libsystemd-id128-0.symbols Add packages for libsystemd-journal and libsystemd-id128. 2012-02-11 19:49:24 +01:00
libsystemd-id128-dev.install Add packages for libsystemd-journal and libsystemd-id128. 2012-02-11 19:49:24 +01:00
libsystemd-journal0.install Add packages for libsystemd-journal and libsystemd-id128. 2012-02-11 19:49:24 +01:00
libsystemd-journal0.symbols Add packages for libsystemd-journal and libsystemd-id128. 2012-02-11 19:49:24 +01:00
libsystemd-journal-dev.install Add packages for libsystemd-journal and libsystemd-id128. 2012-02-11 19:49:24 +01:00
libsystemd-login0.install Split libsystemd-login and libsystemd-daemon into separate binary packages. 2011-09-14 08:30:08 +02:00
libsystemd-login0.symbols Add new symbols for libsystemd-login0 to symbols file. 2012-02-29 22:49:33 +01:00
libsystemd-login-dev.install Split libsystemd-login and libsystemd-daemon into separate binary packages. 2011-09-14 08:30:08 +02:00
README.Debian Update README.Debian slightly for /run rather than /lib/init/rw 2011-10-12 08:44:34 +02:00
rules Disable coredump handling as it's not ready yet. 2012-03-06 22:51:24 +01:00
systemd-gui.install Adjust for upstream path name changes 2010-12-26 20:31:49 +01:00
systemd-hack-up-the-source.hook Error when patches are empty 2012-06-05 22:42:31 +02:00
systemd-sysv.install Add systemd-sysv package which ships the symlinks that replaces sysvinit 2010-07-07 22:01:32 +02:00
systemd-sysv.links Update /sbin/init symlink. The systemd binary was moved to $pkglibdir. 2012-03-06 18:07:25 +01:00
systemd-sysv.postinst Don't ignore errores in systemd-sysv postinst 2012-04-28 11:25:43 +02:00
systemd.dirs Ship the /sys directory in the package 2012-04-28 10:49:35 +02:00
systemd.install Install new man pages. 2012-04-02 20:25:55 +02:00
systemd.links Mask checkroot-bootclean 2012-04-28 10:57:09 +02:00
systemd.maintscript Tighten the versions in the maintscript file 2012-04-28 10:49:26 +02:00
systemd.postinst Always restart the initctl socket on upgrades, to mask sysvinit removing it. 2012-04-03 19:59:14 +02:00
systemd.postrm Use new dh_installdeb maintscript facility to handle obsolete conffiles. 2012-02-28 07:57:19 +01:00
systemd.preinst Use new dh_installdeb maintscript facility to handle obsolete conffiles. 2012-02-28 07:57:19 +01:00

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