systemd/debian
2011-06-08 16:23:22 +02:00
..
pam-configs Add pam-config file 2010-08-30 21:53:26 +02:00
source Make this a 3.0 (quilt) package 2010-07-29 14:30:34 +02:00
changelog Fall back to init script based reload if the .service file doesn't support it. 2011-06-08 16:23:22 +02:00
compat Initial packaging 2010-05-16 10:26:57 +02:00
control Add suggests on Python for systemd-analyze. 2011-04-21 17:18:18 +02:00
copyright Write up a real debian/copyright file 2010-06-05 08:59:03 +02:00
ifup@.service Add ifup@.service for handling hotplugged interfaces from udev. 2011-03-02 21:03:53 +01:00
init-functions Fall back to init script based reload if the .service file doesn't support it. 2011-06-08 16:23:22 +02:00
lib-init-rw.automount Install a (auto)mount unit to mount /lib/init/rw early during boot. 2010-12-26 12:43:15 +01:00
lib-init-rw.mount Install a (auto)mount unit to mount /lib/init/rw early during boot. 2010-12-26 12:43:15 +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
README.Debian Clarify ifupdown instructions in README.Debian somewhat. 2011-01-18 20:38:10 +01:00
rules Enable SELinux support. Closes: #618412 2011-03-20 20:46:34 +01:00
systemd-gui.install Adjust for upstream path name changes 2010-12-26 20:31:49 +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 Add systemd-sysv package which ships the symlinks that replaces sysvinit 2010-07-07 22:01:32 +02:00
systemd.install New upstream version 2011-04-21 17:15:48 +02:00
systemd.links Mask mtab.service and udev-mtab.service 2011-03-02 21:04:36 +01:00
systemd.postinst Divert lsb init-functions instead of abusing logging hook 2011-04-21 17:19:33 +02:00
systemd.postrm Remove diversion of init-functions on downgrade 2011-04-26 21:54:07 +02:00
systemd.preinst Divert lsb init-functions instead of abusing logging hook 2011-04-21 17:19:33 +02: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.

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