summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-28test: reenable nspawn, even if it fails for nowLennart Poettering
2012-06-28units: automatically respawn the core servicesLennart Poettering
2012-06-28modules-load: use correct va_list logging functionMichal Schmidt
2012-06-28man: extend watchdog docs a bitLennart Poettering
2012-06-28modules-load: fix return valueMichal Schmidt
2012-06-27update TODOLennart Poettering
2012-06-27man: fix incorrectly named manpage for udev serviceDave Reisner
The service is systemd-udev.service, not systemd-udevd.service.
2012-06-27units: add explicit dependency on display-manager.service to graphical.targetLennart Poettering
This replaces the symlink based dependency by an explicit one in the unit file so that we avoid the dangling symlink when no display manager is installed.
2012-06-27modules-load: don't fail on builtin modules, better printsMichal Schmidt
Distinguish between non-existing modules, builtin modules, already loaded modules, and modules we load. Only the non-existing ones are treated as errors. https://bugzilla.redhat.com/show_bug.cgi?id=817760
2012-06-27man: add reference to systemd-delta to tmpfilesLennart Poettering
2012-06-27man: document preset filesLennart Poettering
2012-06-27man: document unit names in systemd-tmpfiles(8)Lennart Poettering
2012-06-27update TODOLennart Poettering
2012-06-27udev: use the matching binary name "systemd-udevd" in log messagesKay Sievers
2012-06-27man: document fstab generatorLennart Poettering
2012-06-27man: document systemd-update-generatorLennart Poettering
2012-06-27man: document getty-generatorLennart Poettering
2012-06-27man: document systemd-cryptsetup-generatorLennart Poettering
2012-06-27core: 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-27man: this time, fix Documentation= properlyLennart Poettering
2012-06-27man: add reference to crypttab(5) from cryptsetup unitsLennart Poettering
2012-06-27man: document /etc/crypttabLennart Poettering
2012-06-27man: document systemd-cryptsetupLennart Poettering
2012-06-27units: fix Documentation= tag in fsck unitsLennart Poettering
2012-06-27man: fix --h vs. -h typosLennart Poettering
2012-06-27man: typo in systemd-analyze.xmlShawn Landden
2012-06-27man: document tty-ask-password-agentLennart Poettering
2012-06-27man: write man page for systemd-analyzeLennart Poettering
2012-06-27man: document systemd-ask-password-console.service and friendsLennart Poettering
2012-06-27man: document quotacheckLennart Poettering
2012-06-27man: add Documentation= tag to tmp.mountLennart Poettering
2012-06-27man: add Documentation= tags to all kinds of missing unitsLennart Poettering
2012-06-27man: properly document .socket units in man pageLennart Poettering
2012-06-27man: document systemd-fsckLennart Poettering
2012-06-26man: document the readahead servicesLennart Poettering
2012-06-26man: document systemd-halt.service and friendsLennart Poettering
2012-06-26man: document systemd-suspend.serviceLennart Poettering
2012-06-26man/bootup.xml: Fix grammar by adding missing verb »is«Paul Menzel
2012-06-26journal: typo fix in sd-journal.hDavid Strauss
2012-06-26core: make systemd.confirm_spawn=1 actually workLennart 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-26service: pass via FAILED/DEAD before going to AUTO_RESTARTMichal 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-26service: fix incorrect argumentMichal Schmidt
The last argument to service_enter_dead() is bool allow_restart, not a service result.
2012-06-26man: document systemd-shutdowndLennart Poettering
2012-06-26man: document systemd-initctlLennart Poettering
2012-06-26man: various minor fixesLennart Poettering
2012-06-26man: document systemd-hostnamedLennart Poettering
2012-06-26bus: drop HaveWatchdog optionLennart Poettering
Clients should always watch /dev/watchdog directly, instead of going indirect. Let's keep our stacks small.
2012-06-26man: fix typo in sysntemd-user-sessions.service pageTom Gundersen
2012-06-25man: document localedLennart Poettering
2012-06-25systemctl: make sure we print URLs we can't show in systemctl in a nicely ↵Lennart Poettering
clickable way