Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-20 | Some containers lack /dev/console, so when multi_log attempts to open | Garrett Holmstrom | |
that device and write to it directly things can start going haywire. Here we address this problem by sending console-bound output to stdout and letting init take care of getting it to the console instead. We already configure upstart with "console output", so we need only change systemd to use "journal+console". | |||
2012-08-03 | systemd: disable timeouts so cloud-config jobs have time to finish | Garrett Holmstrom | |
2012-08-03 | systemd: update program calling formats | Garrett Holmstrom | |
2012-08-03 | systemd: write stdout to tty so it shows up in GetConsoleOutput | Garrett Holmstrom | |
2011-10-30 | Add sample/example systemd config files | Scott Moser | |
This imports the systemd config files that Garrett Holmstrom added to fedora. Its not essential that thay be here, rather than just maintained as distribution delta, but there exists upstart files here. taken from git://pkgs.fedoraproject.org/cloud-init.git commit 87f33190f43d2b26cced4597e7298835024466c2 Author: Garrett Holmstrom <gholms@fedoraproject.org> Patch2: cloud-init-0.6.2-systemd.patch |