Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-13 | unit: rename BindTo= to BindsTo= | Lennart Poettering | |
all other dependencies are in 3rd person. Change BindTo= accordingly to BindsTo=. Of course, the dependency is widely used, hence we parse the old name too for compatibility. | |||
2012-07-11 | journal: replace implicit flushing of journal by explicit one | Lennart Poettering | |
The old automatism that the flushing of the journal from /run to /var was triggered by the appearance of /var/log/journal is broken if that directory is mounted from another host and hence always available to be useful as mount point. To avoid probelsm with this, introduce a new unit that is explicitly orderer after all mounte files systems and triggers the flushing. | |||
2012-07-09 | MeeGo: Remove build support for MeeGo distribution. | Auke Kok | |
The MeeGo distribution is still a supported distribution, but will probably not see an updated version of systemd anymore. Most of the development is focussing on Tizen now, and the generic support for building --with-distro=other is more than adequate enough. This patch removes the support as a custom configuration build target in systemd. People who are still building this for the MeeGo distribution should build as "other" distro. | |||
2012-07-03 | units: add reference to wiki so syslog.socket | Lennart Poettering | |
2012-07-02 | units: Rename systemd-udev.service to systemd-udevd.service | Colin Guthrie | |
This naming convention is more inline with other systemd daemon unit names (systemd-logind.service, systemd-localed.service etc) The companion .socket units have also been renamed, however the -trigger and -settle units keep their current name as these are not directly related to daemon process itself. | |||
2012-07-02 | units: rename systemd-debug-shell.service to debug-shell.service | Lennart Poettering | |
The systemd- prefix for services should be reserved only for services that invoke our own code rather than generic, external code. | |||
2012-07-02 | mageia: Change the unit for prefdm.service to make it work a bit more like ↵ | Colin Guthrie | |
Fedora Do not wait for some of the Fedora units that we have traditionally not waited for in Mageia or Mandriva before it. | |||
2012-07-02 | timedated: replace systemd-timedated-ntp.target logic with simpler scheme | Lennart Poettering | |
The previous systemd-timedated-ntp.target was suffering by the problem that NTP implementations enabled via the machanism could not be disabled the obvious way on the "systemctl disable" command line. Replace systemd-timedated-ntp.target by a list of implementations we try in turn. The list is encoded in $pkgdatadir/ntp-units. | |||
2012-06-28 | units: automatically respawn the core services | Lennart Poettering | |
2012-06-27 | units: add explicit dependency on display-manager.service to graphical.target | Lennart 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-27 | man: document systemd-update-generator | Lennart Poettering | |
2012-06-27 | man: this time, fix Documentation= properly | Lennart Poettering | |
2012-06-27 | units: fix Documentation= tag in fsck units | 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: document systemd-shutdownd | Lennart Poettering | |
2012-06-26 | man: document systemd-initctl | Lennart Poettering | |
2012-06-26 | man: document systemd-hostnamed | Lennart Poettering | |
2012-06-25 | man: document localed | Lennart Poettering | |
2012-06-25 | man: document systemd-timedated.service | Lennart Poettering | |
2012-06-25 | man: document systemd-update-utmp-runlevel | Lennart Poettering | |
2012-06-25 | man: document systemd-user-sessions.service | Lennart Poettering | |
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 | |
2012-06-25 | man: document systemd-random-seed-load.service | Lennart Poettering | |
2012-06-25 | units: stop sleep.target when it has done its job | Lennart Poettering | |
2012-06-25 | man: document systemd-vconsole-setup.service | Lennart Poettering | |
2012-06-22 | man: refer to udevd by its service name not binary name | Lennart Poettering | |
Since the binary name is now hidden away in /usr/lib/ the primary user handle for the udev service is the unit name, hence change the man page to be available under the unit name, and make the binary name an alias for it. | |||
2012-06-21 | readahead: merge three binaries into one | Lennart Poettering | |
since the binaries share much of the same code and we better load only one binary instead of two from disk at early boot let's merge the three readahead binaries into one. This also allows us to drop a lot of duplicated code. | |||
2012-06-10 | update .gitignore | Kay Sievers | |
2012-06-07 | systemd-debug-shell: add to POTFILES.skip | Kay Sievers | |
2012-06-07 | delete plymouth units; moved to plymouth | Kay Sievers | |
2012-06-07 | units: add systemd-debug-shell.service | Michal Schmidt | |
If enabled, the service provides a root shell from an early boot. It also remains active late into shutdown. It is useful for debugging startup and shutdown problems. This is the unit referenced in http://freedesktop.org/wiki/Software/systemd/Debugging#early_debug_shell | |||
2012-06-06 | udev: systemd-udev-settle.service fix After= | Kay Sievers | |
https://bugs.freedesktop.org/show_bug.cgi?id=50779 | |||
2012-06-06 | units: avoid redundant VT clearing by agetty | Michal Schmidt | |
TTYVTDisallocate=yes already clears the VT. agetty does not need to do it again. Run it with --noclear. Felix Miata found the double clearing confusing in this bugreport: https://bugzilla.redhat.com/show_bug.cgi?id=828007 Add a comment explaining what clears the VT. | |||
2012-06-01 | units: fix man section | Lennart Poettering | |
2012-06-01 | man: document systemd-journal | Lennart Poettering | |
2012-06-01 | man: write man page for systemd-logind | Lennart Poettering | |
2012-05-31 | man: add documentation for the binfmt, modules-load, sysctl services | Lennart Poettering | |
2012-05-31 | units: add Documentation= field to console-getty.service | Lennart Poettering | |
2012-05-29 | plymouth: use systemd-udev-settle.service | Kay Sievers | |
2012-05-29 | udev: man - mention systemd-udevd(8) | Kay Sievers | |