Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | man: document systemd-vconsole-setup.service | Lennart Poettering | |
2012-06-22 | man: introduce bootup(7) | Lennart Poettering | |
2012-06-22 | man: add more references to k-c-l(7) | Lennart Poettering | |
2012-06-22 | man: fix references to udev man page | Lennart Poettering | |
2012-06-22 | man: add reference to bootparam(7) even though it is terribly out of date | Lennart Poettering | |
2012-06-22 | man: mention other initrd implementations in kernel-command-line(7) | Lennart Poettering | |
2012-06-22 | unit: drop the Names= option | Lennart Poettering | |
Names= is a source of errors, simply because alias names specified like this only become relevant after a unit has been loaded but cannot be used to load a unit. Let's get rid of the confusion and drop this field. To establish alias names peope should use symlinks, which have the the benefit of being useful as key to load a unit, even though they are not taken into account if unit names are listed but they haven't been explicitly referenced before. | |||
2012-06-22 | core: remove sysv_console option | Lennart Poettering | |
This option never made much sense. It was originally intended to make sure that the usual startup output of sysv scripts goes to the terminal. However, since SysV scripts started from a terminal would not output to that terminal, but rather /dev/console this effect was more often than not actually taking place. Nowadays systemd has much nicer boot time status output than SysV which makes the sysv output redundant. Finally, all output of services goes to the journal anyway, and is not lost. Hence, let's drop this option, and simplify things a bit. | |||
2012-06-22 | modules-load: parse driver=/rd.driver= kernel command line option | Lennart Poettering | |
This generalizes logic that already has been available in dracut before. | |||
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-22 | fstab-generator: support fstab=/rd.fstab= kernel cmdline | Lennart Poettering | |
This generalizes functionality already available in dracut. | |||
2012-06-22 | man: add more links to kernel-command-line(7) | Lennart Poettering | |
2012-06-22 | cryptsetup: allow configuration of LUKS disks via the kernel cmdline | Lennart Poettering | |
This generalizes a bit of the functionality already available in dracut. | |||
2012-06-22 | man: prettify logind man page | Lennart Poettering | |
2012-06-22 | man: minor typo fixes | Lennart Poettering | |
2012-06-22 | man: document all kernel command line options we understand | Lennart Poettering | |
2012-06-21 | man: document the new RPM macros in daemon(7) | Lennart Poettering | |
2012-06-21 | login: wrap CanTTY and CanGraphical seat attributes in libsystemd-login | Lennart Poettering | |
2012-06-21 | man: document new sd_session_get_state() call | Lennart Poettering | |
2012-06-20 | tmpfiles: exclude the first level directories in /run/user from automatic ↵ | Lennart Poettering | |
clean up It's logind's job to maintain those user dirs, so avoid automatic clean up for them. However, we do cover everything within them. | |||
2012-06-17 | journal: rotate on SIGUSR2 | Lennart Poettering | |
2012-06-15 | service: timeout for oneshot services | Lukas Nykryn | |
Add possibility to specify timeout for oneshot services. [ https://bugzilla.redhat.com/show_bug.cgi?id=761656 Added minor fixups. -- michich ] | |||
2012-06-13 | man: fix 'sysytemd' typos | Michal Schmidt | |
2012-06-10 | udev: support "udevadm info /dev/sda; udevadm info /sys/class/block/sda" | Kay Sievers | |
2012-06-10 | tmpfiles: print error if basename lookup fails; document it in manpage | Kay Sievers | |
2012-06-10 | man: replace tabs with spaces | Kay Sievers | |
2012-06-10 | man: systemd-tmpfiles - document proper config-file-stack order | Kay Sievers | |
2012-06-04 | udev: kernel cmdline - accept rd.* parameters | Kay Sievers | |
2012-06-04 | systemctl: rename "man" to "help" | Kay Sievers | |
2012-06-01 | fix typo | Kay Sievers | |
2012-06-01 | journal: allow setting of a cutoff log level for disk storage, syslog, kmsg, ↵ | Lennart Poettering | |
console forwarding | |||
2012-06-01 | journal: support changing the console tty to forward to | 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 | main: allow setting of timer slack for PID 1 | Lennart Poettering | |
2012-05-31 | util: introduce a proper nsec_t and make use of it where appropriate | Lennart Poettering | |
2012-05-31 | systemctl: introduce "systemctl man" to show man page for unit | Lennart Poettering | |
For now this only reads man: URLs, but later on we might want to support info: too. http/https is probably out of focus. | |||
2012-05-30 | service: mark compat options as such | Lennart Poettering | |
This moves FsckPassNo= and SysVStartPriority= into its own "Compatibility Options" section in the man page to clarify that these options are not useful for anything but establishing a limited amount of compatibility. Also stop exposing these options on the bus. | |||
2012-05-30 | logind: rework button setting semantics | Lennart Poettering | |
If a graphical session without full DE that handles power/suspend events is used this can now be controlled by logind instead, optionally. | |||
2012-05-30 | logind: optionally handle power, sleep and lid switch events | Lennart Poettering | |
This takes handling of chassis power and sleep keys as well as the lid switch over from acpid. This logic is enabled by default for power and sleep keys, but not for the lid switch. If a graphical session is in the foreground no action is taken under the assumption that the graphical session does this. | |||
2012-05-29 | man/systemctl.xml: Add missing space for »stopcommand« | Paul Menzel | |
2012-05-24 | main: add configuration option to alter capability bounding set for PID 1 | Lennart Poettering | |
This also ensures that caps dropped from the bounding set are also dropped from the inheritable set, to be extra-secure. Usually that should change very little though as the inheritable set is empty for all our uses anyway. | |||
2012-05-23 | man: properly document FsckPassNo= for mount units | Lennart Poettering | |
2012-05-22 | units: remove service sysv_path variable and replace it by generic unit_path | Lennart Poettering | |
UnitPath= is also writable via native units and may be used by generators to clarify from which file a unit is generated. This patch also hooks up the cryptsetup and fstab generators to set UnitPath= accordingly. | |||
2012-05-22 | mount: use the same fstab extension option syntax everywhere | Lennart Poettering | |
The man page and the actual code differed, and this is now corrected |