Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-04 | main: introduce /etc/machine-id | Lennart Poettering | |
This is supposed to play the same roles /var/lib/dbus/machine-id, however fixes a couple of problems: - It is available during early boot since it is stored in /etc - Removes the ID from the D-Bus context and moves it into a system context, thus hopefully lowering hesitation by people to use it. - It is generated at installation time. If the file is empty at boot time it will be mounted over with a randomly generated ID, which is not saved to disk. This is useful to support state-less machines with no transient or writable /etc configuration. | |||
2011-03-04 | man: document changed EnvironmentFile= behaviour | Lennart Poettering | |
2011-03-01 | man: fix chkconfig syntax to use --level 3 | Lennart Poettering | |
2011-02-21 | unit: introduce ConditionVirtualization= | Lennart Poettering | |
2011-02-19 | man: fixed typo in SyslogIdentifier= | Mike Kazantsev | |
2011-02-18 | man: don't do more reloads than necessary in spec files | Lennart Poettering | |
2011-02-16 | systemctl: introduce --ignore-dependencies | Lennart Poettering | |
2011-02-16 | systemctl: introduce --failed to show only failed services | Lennart Poettering | |
2011-02-15 | service: change default std output to inherit | Lennart Poettering | |
2011-02-15 | exec: introduce global defaults for the standard output of services | Lennart Poettering | |
2011-02-15 | execute: optionally forward program output to /dev/console in addition to ↵ | Lennart Poettering | |
syslog/kmsg | |||
2011-02-13 | service: make main pid guessing optional, and reread pid file after reloads | Lennart Poettering | |
2011-02-13 | pam: introduce whitelist and blacklist user list feature | Lennart Poettering | |
This is useful to exclude root from the session logout killings or to limit killing to the selinux guest users. | |||
2011-02-13 | systemd: document systemd-tmpfiles | Lennart Poettering | |
2011-02-12 | tmpfiles: support globs | Lennart Poettering | |
2011-02-09 | man: document SYSTEMD_READY= | Lennart Poettering | |
2011-02-09 | manager: if we receive SIGRTMIN+20/21 enable/disable showing of status on ↵ | Lennart Poettering | |
the console | |||
2011-02-09 | man: clarify a few things | Lennart Poettering | |
2011-02-04 | pam: optionally reset cgroup memberships for login sessions | Lennart Poettering | |
2011-01-21 | man: give an example for vconsole.conf | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=31955 | |||
2011-01-18 | pam: optionally keep processes of root user around | Lennart Poettering | |
2011-01-18 | execute: make sending of SIGKILL on shutdown optional | Lennart Poettering | |
2011-01-18 | man: document missing KillSignal= and swap options | Lennart Poettering | |
2011-01-06 | fragment: allow prefixing of the EnvironmentFile= path with - to ignore errors | Lennart Poettering | |
2011-01-02 | systemctl: implement auto-pager a la git | Miklos Vajna | |
2011-01-01 | man: remaining spelling fixes | Miklos Vajna | |
2010-12-20 | Fix misspellings in os-release manpage and hwclock-load.service | Miklos Vajna | |
2010-12-16 | man: daemon - fix misspellings | Miklos Vajna | |
2010-12-07 | man: modules-load.d - fix misspellings | Miklos Vajna | |
2010-11-30 | man: systemctl - clarify condrestart, force-reload | Ran Benita | |
2010-11-28 | man: systemctl - spelling fixes | Ran Benita | |
2010-11-22 | man: make clear that VERSION and VERSION_ID is not mandatory in os-release.5 | Lennart Poettering | |
2010-11-21 | man: document /etc/modules-load.d/ | Lennart Poettering | |
2010-11-21 | man: document /etc/os-release | Lennart Poettering | |
2010-11-21 | man: document locale.conf | Lennart Poettering | |
2010-11-21 | man: document /etc/vconsole.conf | Lennart Poettering | |
2010-11-21 | man: document /etc/hostname | Lennart Poettering | |
2010-11-19 | man: reorder things to follow the same order everywhere | Lennart Poettering | |
2010-11-18 | man: trivial BindTo description fix | Andrey Borzenkov | |
I guess "unexpected" implies "without involvement". | |||
2010-11-18 | manager: make list of default controllers configurable | Lennart Poettering | |
2010-11-18 | pam: document controllers= switch | Lennart Poettering | |
2010-11-15 | drop support for MANAGER_SESSION, introduce MANAGER_USER instead | Lennart Poettering | |
2010-11-15 | unit: introduce ConditionDirectoryNotEmpty= | Lennart Poettering | |
2010-11-14 | pam: rename 'no-session' to 'user' cgroup | Lennart Poettering | |
2010-11-11 | man: Fix various typos | Andrew Edmunds | |
2010-11-10 | man: minor tmpfiles(5) updates and reindenting | Lennart Poettering | |
2010-11-10 | unit: add ConditionNull= condition | Lennart Poettering | |
2010-11-05 | man/tmpfiles.d.xml: add a manpage for tmpfiles.d | Brandon Philips | |
Initial commit of a tmpfiles.d manpage. I ran it through xmllint but I don't know how to make it look pretty like the rest of the xml files. :-P Signed-off-by: Brandon Philips <bphilips@suse.de> | |||
2010-10-29 | unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as ↵ | Lennart Poettering | |
weaker counterpart of Conflicts=, similar to Wants= vs. Requires= | |||
2010-10-29 | unit: replace StopRetroactively= by BindTo= dependencies | Lennart Poettering | |
The property StopRetroactively= needs to be per-dependency, not per-unit, in order to properly express dependencies between .mount units and its .device and fsck .service units. If the .device unit is unplugged the mount should go away, but if the fsck process terminates the .mount should stay. |