Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-29 | units: make fedora/single.service standard and rename it to rescue.service | Lennart Poettering | |
2010-10-25 | ubuntu: Treat Ubuntu as a distinct distro in configure.ac etc | Andrew Edmunds | |
Previously Ubuntu was treated as being equivalent to Debian, but the two distributions require different behaviour in certain places. This commit does not change the behaviour of systemd on either distro but it creates a framework for changes to be introduced by later commits. The following previously meant "Target is Debian or Ubuntu". * configure option "--with-distro=debian" * C preprocessor symbol "TARGET_DEBIAN" * Automake conditional "TARGET_DEBIAN" After this commit, all of the above are redefined to mean "Target is Debian" The following are introduced to mean "Target is Ubuntu". * configure option "--with-distro=ubuntu" * C preprocessor symbol "TARGET_UBUNTU" * Automake conditional "TARGET_UBUNTU" Most code written for Debian will also be applicable to Ubuntu. An extra Automake conditional "TARGET_DEBIAN_OR_UBUNTU" is introduced to avoid duplication of code that would otherwise occur. This commit updates configure.ac, Makefile.am and distro-specific source files in line with the above definitions. | |||
2010-09-08 | units: On Debian Runlevel 2, 3, 4 and 5 are multi-user | Michael Biebl | |
Patch by Tollef Fog Heen <tfheen@err.no> Extended to re-create the runlevel5.target symlink by Michael Biebl <biebl@debian.org> | |||
2010-08-30 | unit: introduce AllowIsolate= switch | Lennart Poettering | |
2010-08-26 | units: don't install runlevel links anymore, since thsoe are maintained in ↵ | Lennart Poettering | |
/lib now | |||
2010-07-13 | units: rely only on isolate to remove running services when entering ↵ | Lennart Poettering | |
rescue/emergency modes | |||
2010-07-12 | units: introduce emergency.target | Lennart Poettering | |
2010-07-07 | units: in order to make the default services parseable by GKeyFile, merge ↵ | Lennart Poettering | |
repeated lines | |||
2010-06-18 | unit: add [Install] section to various service files | Lennart Poettering | |
2010-05-20 | units: SUSE support | Kay Sievers | |
2010-05-19 | shorten copyright header of configuration files | Lennart Poettering | |
2010-05-17 | units: add a couple of Conflicts to make boot targets exclusive | Lennart Poettering | |
2010-05-17 | units: fix commenting | Lennart Poettering | |
2010-05-17 | units: add distribution-specific units | Lennart Poettering | |