Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-16 | man: fix systemctl try-restart description | Andrey Borzenkov | |
It is no more error when service is not running. | |||
2011-03-15 | man: document systemd-nspawn | Lennart Poettering | |
2011-03-14 | core: move abstract namespace sockets to /dev/.run | Lennart Poettering | |
Now that we have /dev/.run there's no need to use abstract namespace sockets. So, let's move things to /dev/.run, to make things more easily discoverable and improve compat with chroot() and fs namespacing. | |||
2011-03-12 | systemctl: support remote and privileged systemctl access via SSH and pkexec | Lennart Poettering | |
This adds support for executing systemctl operations remotely or as privileged user while still running systemctl itself unprivileged and locally. This currently requires a D-Bus patch to work properly. https://bugs.freedesktop.org/show_bug.cgi?id=35230 | |||
2011-03-10 | man: trivial typo in systemd(1) | Andrey Borzenkov | |
2011-03-09 | dev: use /dev/.run/systemd as runtime directory, instead of /dev/.systemd | Lennart Poettering | |
2011-03-08 | unit: distuingish mandatory from triggering conditions | Lennart Poettering | |
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 | |