Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-14 | target: add implicit target/unit ordering deps only if both sides have been ↵ | Lennart Poettering | |
fully loaded | |||
2010-09-14 | socket: fix output of TCP congestion options | Lennart Poettering | |
2010-09-14 | units: make sure the file system is writable before we write utmp data | Lennart Poettering | |
2010-09-14 | service: fix check for non-LSB files | Lennart Poettering | |
2010-09-14 | units: add generic description for http-daemon.target | Lennart Poettering | |
2010-09-13 | service: add generic LSB provides handling for facilities | Lennart Poettering | |
2010-09-13 | service: translate 'httpd' LSB Provides into '$httpd' on Fedora | Lennart Poettering | |
2010-09-13 | man: s/triggerin/triggerun/ for rpm upgrades | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=626966 | |||
2010-09-13 | minor nit: printf attribute was removed by -DSD_EXPORT_SYMBOLS | Rainer Gerhards | |
2010-09-13 | fedora: don't quit plymouth too early | Michal Schmidt | |
Do not quit plymouth until the dependencies for getty@tty1.service are ready, in order to minimize the time a black screen is displayed. | |||
2010-09-13 | util: add Arch welcome message | Tom Gundersen | |
Arch has no release name, so juts prints 'Welcome to Arch Linux!'. The color is the same as used by Arch's native rc.sysinit. | |||
2010-09-13 | util: add Debian welcome message | Sedat Dilek | |
Hi, after talked with Michael on IRC, here is the patch to see a systemd Welcome message on Debian systems. FYI: I had to remove "quiet" from Kernel-command-line to see it. "Stolen from Gentoo" :-) [1,2]? Kind Regards, - Sedat - [1] http://lists.freedesktop.org/archives/systemd-devel/2010-September/000267.html [2] http://cgit.freedesktop.org/systemd/commit/?id=0d37b36b2890fdf8149d12460ebb00822e555977 From 76d860ca774cb8724de25c3ed3c455ebe5d548e3 Mon Sep 17 00:00:00 2001 From: Sedat Dilek <sedat.dilek@gmail.com> Date: Sun, 12 Sep 2010 23:02:22 +0200 Subject: [PATCH] util: add Debian welcome message Include the "Debian" string as /etc/debian_version contains only the Distribution name like "squeeze". Use Light Red color for Debian. Based on a proposal patch of Michael Biebl <biebl@debian.org> | |||
2010-09-13 | target: add default unit ordering deps from the unit not the target | Lennart Poettering | |
2010-09-13 | man: some clarifications | Lennart Poettering | |
2010-09-11 | manager: report correctly which job was deleted when breaking cycle | Michal Schmidt | |
2010-09-11 | service: don't automatically add D-Bus service name as an alias to all dbus ↵ | Lennart Poettering | |
service, rely on manual symlinks to allow disabling of dbus services | |||
2010-09-10 | units: pull in syslog.target for synchronization purposes by ↵ | Lennart Poettering | |
systemd-logger.service | |||
2010-09-10 | units: start logger only after syslog is up | Lennart Poettering | |
2010-09-10 | units: we should be able to reach syslog.target even if no logger is enabled ↵ | Lennart Poettering | |
at all | |||
2010-09-10 | units: set working directory to /root for sulogin, since sulogin is crazy | Lennart Poettering | |
2010-09-10 | logger: support SOCK_STREAM /dev/log sockets as necessary for syslog-ng | Lennart Poettering | |
2010-09-10 | units: set HOME=/root when running shells | Lennart Poettering | |
2010-09-10 | update fixme | Kay Sievers | |
2010-09-10 | update fixme | Kay Sievers | |
2010-09-09 | util: add Gentoo welcome message. | Gustavo Sverzut Barbieri | |
2010-09-08 | log: support logging into SOCK_STREAM /dev/log sockets for comaptibility ↵ | Lennart Poettering | |
with syslog-ng | |||
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-09-08 | units: add umount unit files for Debian | Michael Biebl | |
Add unit files to call /etc/init.d/umountnfs.sh stop (network file systems) /etc/init.d/umountfs stop (local file systems) /etc/init.d/umountroot stop ("/" file system) in the right order and hook them up in the umount.target so they are run on shutdown and reboot. | |||
2010-09-08 | sd-daemon: optionally, avoid hiding the ELF symbols | Lennart Poettering | |
2010-09-08 | main: when we encounter 'emergency' on the kernel cmdline start the ↵ | Lennart Poettering | |
emergency shell | |||
2010-09-06 | units: make sure we always fully write the utmp data | Lennart Poettering | |
2010-09-06 | man: Fix small typo: s/seperate/separate/ | Michael Biebl | |
2010-09-06 | units: Provide separate fsck.target for Debian | Michael Biebl | |
On Debian sysinit is not a single script but a separate runlevel. Split of fsck.target into separate unit file as otherwise we get an unbreakable cycle on shutdown/reboot. | |||
2010-09-06 | units: Add halt, killall, poweroff and reboot unit files for Debian | Michael Biebl | |
2010-09-06 | systemctl: make --version a little bit more verbose | Lennart Poettering | |
2010-09-06 | systemctl: implement --version | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=29912 | |||
2010-09-06 | dbus: downgrade activation failure messages | Lennart Poettering | |
2010-09-06 | automount: make sure we don't crash if there's an automount unit without ↵ | Lennart Poettering | |
mount unit | |||
2010-09-03 | work around busted capability.h | Kay Sievers | |
It contains things like: #ifndef _LINUX_TYPES_H #define _LINUX_TYPES_H #include <stdint.h> typedef uint32_t __u32; typedef __u32 __le32; ... which result in: /usr/include/asm-generic/int-ll64.h:30:42: error: conflicting types for ‘__u64’ /usr/include/sys/capability.h:39:18: note: previous declaration of ‘__u64’ was here make[1]: *** [src/libsystemd_core_la-unit.lo] Error 1 make[1]: Leaving directory `/home/kay/work/src/systemd' make: *** [all] Error 2 So, include linux/types.h to get around that. | |||
2010-09-03 | build-sys: fix fedpkg git path | Lennart Poettering | |
2010-09-03 | build-sys: prepare new releasesystemd/v9 | Lennart Poettering | |
2010-09-03 | man: extend documentation on systemctl isolate | Matthew Miller | |
Lennart has convinced me that it's more helpful to participate than to sit on the sidelines and complain. So, hello everyone. I'm starting by giving up the battle to change the systemctl "isolate" command to "switch-to". Can't win them all. :) I've got a suggested patch to expand the documentation a bit, hopefully making it more clear to new systemd users. Is there an easy way to list all units where AllowIsolate is enabled? That should be included alongside this, I think. | |||
2010-09-03 | service: calculate sysv startup priority only in start runlevels | Lennart Poettering | |
2010-09-03 | update fixme | Lennart Poettering | |
2010-09-03 | service: make sure we properly figure out whether a sysv service is enabled ↵ | Lennart Poettering | |
before creating $foo wants links | |||
2010-09-03 | units: don't add shutdown conflicts dep to umount.target | Lennart Poettering | |
2010-09-03 | unit: don't retroactively start units if we failed to shutdown a unit | Lennart Poettering | |
2010-09-03 | dbus: don't send cgroup agent messages directly to system bus to avoid dbus ↵ | Lennart Poettering | |
activation loop | |||
2010-09-03 | target: implicitly shutdown targets on shutdown, so that they are pulled ↵ | Lennart Poettering | |
into the final transaction and may be used for synchronization | |||
2010-09-03 | service: properly handle if the main process is down and we wait for the ↵ | Lennart Poettering | |
cgroup to die, too |