Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-15 | systemctl: add help for --type/-t | Zbigniew Jędrzejewski-Szmek | |
The list of types and load states if lengthy, so a little reminder can be sometimes useful. | |||
2012-10-31 | man: explain a bit more detailed what happens on suspend | Lennart Poettering | |
2012-10-28 | logind: support for hybrid sleep (i.e. suspend+hibernate at the same time) | Lennart Poettering | |
2012-10-26 | man: typo fixes | Thomas Hindoe Paaboel Andersen | |
https://bugs.freedesktop.org/show_bug.cgi?id=55890 Fixed typos, serial comma, and removed "either" as there were more than two options. Also did an extra rename of "system-shutdown" to "systemd-shutdown" that was forgotten in commit 8bd3b8620c80d0f2383f2fb04315411fc8077ca1 | |||
2012-10-19 | systemctl: remove --follow option | Lennart Poettering | |
Given that "journalctl -u" exists now there's no need to duplicate this functionality in systemctl, so let's drop this, especially given that it always felt a bit awkward to overload "-f" to both --force and --follow, and to have continues output with a status header for this. systemctl status -f avahi-daemon now becomes: journalctl -fu avahi-daemon Which is shorter and a lot less redundant. | |||
2012-09-13 | man: fix a bunch of typos in docs | Thomas Hindoe Paaboel Andersen | |
https://bugs.freedesktop.org/show_bug.cgi?id=54501 | |||
2012-07-26 | systemd: enable/disable instances of template | Michal Sekletar | |
https://bugzilla.redhat.com/show_bug.cgi?id=752774 | |||
2012-07-16 | Spelling fixes. | Ville Skyttä | |
2012-07-10 | systemctl: filter shown units by their load state | Zbigniew Jędrzejewski-Szmek | |
E.g. systemctl --all -t masked gives the list of masked units. The -t/--type option is reused. This is possible because unit types and unit load states are called differently, so it is possible to distinguish what the user meant. Using the same option also means that the interface is user for the user: less options to remember. | |||
2012-06-28 | man: add various links from man pages to appropriate wiki pages | Lennart Poettering | |
2012-06-27 | man: document preset files | Lennart Poettering | |
2012-06-10 | man: replace tabs with spaces | Kay Sievers | |
2012-06-04 | systemctl: rename "man" to "help" | Kay Sievers | |
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-29 | man/systemctl.xml: Add missing space for »stopcommand« | Paul Menzel | |
2012-05-15 | man: overwrite vs. override | Michal Schmidt | |
'overwrite' conveys the idea of the old text being destroyed. 'override' does not. It is more similar to 'overrule'. | |||
2012-05-14 | systemctl: add switch-root verb | Lennart Poettering | |
2012-05-08 | sleep: implement suspend/hibernate as first class targets | Lennart Poettering | |
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2012-04-11 | polkit: temporarily spawn of a polkit agent in terminals for possibly ↵ | Lennart Poettering | |
authenticated operations | |||
2012-04-03 | systemctl: make -f short for both --follow and --force | Lennart Poettering | |
2012-03-30 | rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.conf | Kay Sievers | |
2012-03-26 | man: don't claim -f was short for --follow | Lennart Poettering | |
2012-03-26 | journalctl,loginctl: drop systemd- prefix in binary names | Lennart Poettering | |
Let's make things a bit easier to type, drop the systemd- prefix for journalctl and loginctl, but provide the old names for compat. All systemd binaries are hence now prefixed with "systemd-" with the exception of the three primary user interface binaries: systemctl loginctl journalctl For those three we do provide systemd-xyz names as well, via symlinks: systemd-systemctl → systemctl systemd-loginctl → loginctl systemd-journalctl → journalctl We do this only for the *primary* user tools, in order to avoid unnecessary namespace problems. That means tools like systemd-notify stay the way they are. | |||
2012-03-16 | man: document journal features of systemctl(1) | Lennart Poettering | |
2012-02-15 | systemctl: introduce systemctl reboot -ff | Lennart Poettering | |
2011-10-11 | man: document list-unit-files | Ran Benita | |
It's documented in the --help, but not in the manpage. | |||
2011-09-27 | systemctl: print the legend regardless of stdout type, add --no-legend | Michal Schmidt | |
Print the legend (the column headers and the footer with hints) by default even to non-tty output. People seem to get confused by the difference when they redirect the output. Add a parameter to suppress the printing of the legend. Related-to: https://bugzilla.redhat.com/show_bug.cgi?id=713567 | |||
2011-07-25 | systemctl: hook up new install logic | Lennart Poettering | |
This adds a number of new options to systemctl, for presets, reenabling, masking/unmask, and runtime operations. | |||
2011-07-23 | systemctl: remove monitor command since it is mostly useless | Lennart Poettering | |
2011-07-13 | man: add a couple of crosslinks | Lennart Poettering | |
2011-07-13 | man: add man page for systemd-loginctl | Lennart Poettering | |
2011-07-07 | systemctl: hide all information on --kill-mode= since it is mostly useless | Lennart Poettering | |
2011-06-27 | systemctl: add support for --root for systemctl enable/disable/is-enabled | Frederic Crozat | |
Add --root=<root> for enable/disable/is-enabled systemctl commands. To be used for easily enable / disable systemd services for a chroot, without running systemctl inside chroot. | |||
2011-06-20 | systemctl: Add SYSTEMD_PAGER for setting the pager to use in systemctl | Ville Skyttä | |
2011-06-20 | man: Documentation spelling fixes | Ville Skyttä | |
2011-04-05 | man: fix description of systemctl reload-or-try-restart | Lennart Poettering | |
2011-03-29 | exec: drop process group kill mode since it has little use and confuses the user | Lennart Poettering | |
2011-03-16 | man: fix systemctl try-restart description | Andrey Borzenkov | |
It is no more error when service is not running. | |||
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-02-16 | systemctl: introduce --ignore-dependencies | Lennart Poettering | |
2011-02-16 | systemctl: introduce --failed to show only failed services | Lennart Poettering | |
2011-01-02 | systemctl: implement auto-pager a la git | Miklos Vajna | |
2010-11-30 | man: systemctl - clarify condrestart, force-reload | Ran Benita | |
2010-11-28 | man: systemctl - spelling fixes | Ran Benita | |
2010-11-15 | drop support for MANAGER_SESSION, introduce MANAGER_USER instead | Lennart Poettering | |
2010-10-26 | systemctl: automatically spawn temporary password agent when we might need one | Lennart Poettering | |
2010-10-22 | man: numerous updates to document updated systemctl behaviour | Lennart Poettering | |
2010-10-22 | man: document systemctl --force | Lennart Poettering | |
2010-10-22 | systemctl: introduce systemctl kill | Lennart Poettering | |