Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-27 | man: document preset files | Lennart Poettering | |
2012-06-27 | man: document unit names in systemd-tmpfiles(8) | Lennart Poettering | |
2012-06-27 | update TODO | Lennart Poettering | |
2012-06-27 | udev: use the matching binary name "systemd-udevd" in log messages | Kay Sievers | |
2012-06-27 | man: document fstab generator | Lennart Poettering | |
2012-06-27 | man: document systemd-update-generator | Lennart Poettering | |
2012-06-27 | man: document getty-generator | Lennart Poettering | |
2012-06-27 | man: document systemd-cryptsetup-generator | Lennart Poettering | |
2012-06-27 | core: rename system.preset to system-presets to follow naming scheme of ↵ | Lennart Poettering | |
other dirs in /usr/lib/systemd/ Thankfully nobody is using this yet, and presets aren't documented yet, hence take the liberty to rename this. | |||
2012-06-27 | man: this time, fix Documentation= properly | Lennart Poettering | |
2012-06-27 | man: add reference to crypttab(5) from cryptsetup units | Lennart Poettering | |
2012-06-27 | man: document /etc/crypttab | Lennart Poettering | |
2012-06-27 | man: document systemd-cryptsetup | Lennart Poettering | |
2012-06-27 | units: fix Documentation= tag in fsck units | Lennart Poettering | |
2012-06-27 | man: fix --h vs. -h typos | Lennart Poettering | |
2012-06-27 | man: typo in systemd-analyze.xml | Shawn Landden | |
2012-06-27 | man: document tty-ask-password-agent | Lennart Poettering | |
2012-06-27 | man: write man page for systemd-analyze | Lennart Poettering | |
2012-06-27 | man: document systemd-ask-password-console.service and friends | Lennart Poettering | |
2012-06-27 | man: document quotacheck | Lennart Poettering | |
2012-06-27 | man: add Documentation= tag to tmp.mount | Lennart Poettering | |
2012-06-27 | man: add Documentation= tags to all kinds of missing units | Lennart Poettering | |
2012-06-27 | man: properly document .socket units in man page | Lennart Poettering | |
2012-06-27 | man: document systemd-fsck | Lennart Poettering | |
2012-06-26 | man: document the readahead services | Lennart Poettering | |
2012-06-26 | man: document systemd-halt.service and friends | Lennart Poettering | |
2012-06-26 | man: document systemd-suspend.service | Lennart Poettering | |
2012-06-26 | man/bootup.xml: Fix grammar by adding missing verb »is« | Paul Menzel | |
2012-06-26 | journal: typo fix in sd-journal.h | David Strauss | |
2012-06-26 | core: make systemd.confirm_spawn=1 actually work | Lennart Poettering | |
This adds a timeout if the TTY cannot be acquired and makes sure we always output the question to the console, never to the TTY of the respective service. | |||
2012-06-26 | service: pass via FAILED/DEAD before going to AUTO_RESTART | Michal Schmidt | |
With misconfigured mysql, which uses Restart=always, the following two messages would loop indefinitely and the "systemctl start" would never finish: Job pending for unit, delaying automatic restart. mysqld.service holdoff time over, scheduling restart. In service_enter_dead() always set the state to SERVICE_FAILED/DEAD first before setting SERVICE_AUTO_RESTART. This is to allow running jobs to complete. OnFailure will be also triggered at this point, so there's no need to do it again from service_stop() (where it was added in commit f0c7b229). Note that OnFailure units should better trigger only after giving up auto-restarting, but that's for another patch to solve. https://bugzilla.redhat.com/show_bug.cgi?id=832039 | |||
2012-06-26 | service: fix incorrect argument | Michal Schmidt | |
The last argument to service_enter_dead() is bool allow_restart, not a service result. | |||
2012-06-26 | man: document systemd-shutdownd | Lennart Poettering | |
2012-06-26 | man: document systemd-initctl | Lennart Poettering | |
2012-06-26 | man: various minor fixes | Lennart Poettering | |
2012-06-26 | man: document systemd-hostnamed | Lennart Poettering | |
2012-06-26 | bus: drop HaveWatchdog option | Lennart Poettering | |
Clients should always watch /dev/watchdog directly, instead of going indirect. Let's keep our stacks small. | |||
2012-06-26 | man: fix typo in sysntemd-user-sessions.service page | Tom Gundersen | |
2012-06-25 | man: document localed | Lennart Poettering | |
2012-06-25 | systemctl: make sure we print URLs we can't show in systemctl in a nicely ↵ | Lennart Poettering | |
clickable way | |||
2012-06-25 | man: document systemd-timedated.service | Lennart Poettering | |
2012-06-25 | man: document systemd-update-utmp-runlevel | Lennart Poettering | |
2012-06-25 | cryptsetup: fix escaping when generating cryptsetup units | Lennart Poettering | |
2012-06-25 | tmpfiles: write /run/nologin during early boot to disallow too early user logins | Lennart Poettering | |
systemd-user-sessoins.service will later on remove the flag file, thus permitting user logins when the time has come. | |||
2012-06-25 | man: document systemd-user-sessions.service | Lennart Poettering | |
2012-06-25 | build-sys: make distcheck pass | Lennart Poettering | |
2012-06-25 | units: rename cryptsetup@.service to systemd-cryptsetup@.service | Lennart Poettering | |
It's also our own code, hence should have the prefix. | |||
2012-06-25 | units: rename halt/hibernate/kexec/poweroff/reboot/suspend to systed-xxx | Lennart Poettering | |
These service units also execute our own code, hence rename the accordingly and prefix them with systemd- | |||
2012-06-25 | units: rename fsck@.service to systemd-fsck@.service | Lennart Poettering | |
The rule is that units that encapsulate our own code are prefixed with "systemd-". Since the fsck units invoke our own code, hence add the missing prefix. Since a long long time the fsck units didn't invoke the naked fsck binaries anymore, and it is unlikely that this well ever change. On the opposite: the code in systemd-fsck will probably get more complex over time to handle fsck progress to plymouth forwarding. Same for quotacheck (but not quotaon!) | |||
2012-06-25 | man: document systemd-remount-fs.service | Lennart Poettering | |