systemd/debian
2012-03-07 08:19:35 +01:00
..
pam-configs Disable pam_systemd for non-interactive sessions to work around an issue with sudo. 2012-02-27 22:50:56 +01:00
source Put upstream-fixes into its own branch too 2012-03-07 08:19:35 +01:00
tmpfiles.d Install a tmpfiles.d file for the /dev/initctl → /run/initctl migration. Closes: #657979 2012-03-01 09:11:27 +01:00
changelog Disable coredump handling as it's not ready yet. 2012-03-06 22:51:24 +01:00
compat Initial packaging 2010-05-16 10:26:57 +02:00
control Add libkmod-dev to build-depends 2012-02-28 22:15:31 +01:00
copyright Write up a real debian/copyright file 2010-06-05 08:59:03 +02:00
debian-fixup Use new dh_installdeb maintscript facility to handle obsolete conffiles. 2012-02-28 07:57:19 +01:00
debian-fixup.service Change the type of the debian-fixup service to oneshot. 2011-09-28 20:08:25 +02:00
ifup@.service Tweak description for ifup@.service a little 2012-02-28 07:51:53 +01:00
init-functions Remove workarounds for services using X-Interactive. 2012-02-11 19:51:07 +01: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 Add patch to series too 2012-03-06 18:20:37 +01: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.dirs Install /var/log/journal directory where the journal files are stored persistently. 2012-02-11 19:58:29 +01:00
systemd.install Install ifup@.service via systemd.install 2012-03-06 18:03:54 +01:00
systemd.links Remove outdated comment 2012-03-06 18:05:04 +01:00
systemd.maintscript Rename bash completion file systemctl-bash-completion.sh → systemd-bash-completion.sh. 2012-02-28 07:57:50 +01:00
systemd.postinst Create initctl symlink on upgrades too 2012-03-06 18:09:20 +01: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