summaryrefslogtreecommitdiff
path: root/man/systemctl.xml
Commit message (Collapse)AuthorAge
...
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-26
|
* man: fix description of is-enabled returned valueZbigniew Jędrzejewski-Szmek2013-12-26
|
* man: grammar and wording improvementsJan Engelhardt2013-12-25
| | | | | | | This is a recurring submission and includes corrections to: - missing words, preposition choice. - change of /lib to /usr/lib, because that is what most distros are using as the system-wide location for systemd/udev files.
* man: improvements to comma placementJan Engelhardt2013-12-25
| | | | | This is a recurring submission and includes corrections to: comma placement.
* man: resolve word omissionsJan Engelhardt2013-12-25
| | | | | This is a recurring submission and includes corrections to: word omissions and word class choice.
* man: update the list of commands influenced by --fullZbigniew Jędrzejewski-Szmek2013-12-21
| | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732798
* man: mention --full and --lines in systemctl statusZbigniew Jędrzejewski-Szmek2013-12-21
| | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732798
* loginctl,shell-completions: fix listing of sessions/users/seatsZbigniew Jędrzejewski-Szmek2013-12-21
|
* man: document 'is-enabled' outputZbigniew Jędrzejewski-Szmek2013-12-08
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=953077
* Help output spring cleaningZbigniew Jędrzejewski-Szmek2013-12-08
| | | | | Use [brackets] only for optional elements. Use <optional> in XML sources.
* systemctl: allow globbing in list-<whatever> commandsZbigniew Jędrzejewski-Szmek2013-12-06
| | | | | | It is nicer to say 'systemctl list-units ssh\*' then to use grep, because colouring is preserved and it is easier to match just against the unit name.
* systemctl: do not show SourcePath when FragmentPath cannot be foundZbigniew Jędrzejewski-Szmek2013-11-30
| | | | | | | | Those files can be in a completely deferent format and also arbitrarily long, and usually contain information about other stuff. If we ever add SourceLine= or SourceLines= in addition to SourcePath=, and can show the relevant information only, this commit can be reverted.
* systemctl: add "systemctl cat"Shawn Landden2013-11-30
|
* man: explain the precise syntax and feature set of unit names at the end of ↵Lennart Poettering2013-11-26
| | | | the man page, given that it is detail information
* systemctl: replace the three job mode options by a single --job-mode= optionLennart Poettering2013-11-26
| | | | Also, expose the new "flush" job mode this way.
* systemctl: add new "list-timers" commandLennart Poettering2013-11-11
|
* man: update systemctl man page to mentioned --machine=Lennart Poettering2013-11-08
|
* Support additional argument in rebootWaLyong Cho2013-11-07
| | | | | | reboot syscall can be performed with an additional argument. In some systems this functionality can be useful to modify the mode of the next boot performed by the bootloader.
* man: wording and grammar updatesJan Engelhardt2013-11-07
| | | | | This is a recurring submission and includes corrections to various issue spotted: comma setting, missing words/preposition choice.
* man: explain NAME in systemctl man pageVáclav Pavlín2013-10-31
|
* man: wording and grammar updatesJan Engelhardt2013-10-15
| | | | | | This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes…
* man: drop references to "cgroup" wher appropriateLennart Poettering2013-09-27
| | | | | | | | | | | Since cgroups are mostly now an implementation detail of systemd lets deemphasize it a bit in the man pages. This renames systemd.cgroup(5) to systemd.resource-control(5) and uses the term "resource control" rather than "cgroup" where appropriate. This leaves the word "cgroup" in at a couple of places though, like for example systemd-cgtop and systemd-cgls where cgroup stuff is at the core of what is happening.
* man: mention --runtime where appropriateZbigniew Jędrzejewski-Szmek2013-09-19
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1009956
* man: wording and grammar updatesJan Engelhardt2013-09-12
| | | | | | | | | | | | This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes… Highligts in this particular commit: - the "unsigned" type qualifier is completed to form a full type "unsigned int" - alphabetic -> lexicographic (that way we automatically define how numbers get sorted)
* man: split systemctl commands to sectionsLukas Nykryn2013-09-10
|
* man: Small grammar fixZbigniew Jędrzejewski-Szmek2013-08-23
| | | | Use Oxford comma.
* systemctl.8: fix typo in SEE ALSODave Reisner2013-07-26
|
* systemctl: remove "load" commandLennart Poettering2013-07-26
| | | | | | | | "systemctl load" has always been racy since the GC could hit any time, before making use of the loaded unit. Very recent systemd will run GC immeidately after all unit state changes which has the effect that the the effect of "systemctl load" is completely gone now, so let's remove the support for it in "systemctl" for good.
* systemctl: move set-log-level to systemd-analyzeLennart Poettering2013-07-26
| | | | | | "systemctl set-log-level" is a command for analysis and tracing hence "systemd-analyze" should be the better home for it, thus allowing us to make the overly large "systemctl" a bit smaller.
* systemctl: move "dump" command from systemctl to systemd-analyzeLennart Poettering2013-07-26
| | | | | | | | | | It's an analysis command and its format is explicitly not covered by any stability guarantees, hence move away from systemctl and into systemd-analyze, minimizing the already large interface of systemctl a bit. This patch also adds auto-paging to the various systemd-analyze commands where that makes sense
* man: wording and grammar updatesJan Engelhardt2013-07-21
| | | | | This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits.
* man: update documentation of systemctl cgroup commandsLennart Poettering2013-07-19
|
* systemctl: option to list units by stateMaciej Wereski2013-07-18
| | | | This allows to show only units with specified LOAD or SUB or ACTIVE state.
* man: wording and grammar updatesJan Engelhardt2013-07-09
|
* man: document machinectl and systemd-machinedZbigniew Jędrzejewski-Szmek2013-07-06
|
* man: add more formatting markupZbigniew Jędrzejewski-Szmek2013-07-02
|
* man: improve grammar and word formatting in numerous man pagesJason St. John2013-07-02
| | | | | | | | | | Use proper grammar, word usage, adjective hyphenation, commas, capitalization, spelling, etc. To improve readability, some run-on sentences or sentence fragments were revised. [zj: remove the space from 'file name', 'host name', and 'time zone'.]
* journalctl,loginctl,systemctl,systemd-cgls: add -l as alias for --fullDaniel Albers2013-06-17
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=65850
* systemctl: add command set-log-levelVáclav Pavlín2013-05-30
| | | | Command changes current log level
* systemctl: add commands set-default and get-defaultVáclav Pavlín2013-05-30
| | | | | systemctl set-default NAME links the default.target to the given unit, get-default prints out the path to the currently set default target.
* Spelling fixesVille Skyttä2013-05-03
|
* systemctl: add --plain option to list-dependenciesLukas Nykryn2013-05-03
| | | | This patch adds more script-friendly output for list-dependencies.
* systemctl: show reverse dependencies or before/after orderingZbigniew Jędrzejewski-Szmek2013-04-24
| | | | Also update completion scripts a bit.
* systemctl: drop usage of "internally loaded modules"Lennart Poettering2013-04-18
| | | | | I wouldn't know what "internally" is supposed to mean hear, and we use this terminology in this context nowhere else, so let's drop this.
* systemctl: clarify usage of "--all" versus list-unit-filesHarald Hoyer2013-04-17
| | | | | | | | | Novice users might think, that $ systemctl --all is equal to $ systemctl list-unit-files https://bugzilla.redhat.com/show_bug.cgi?id=748512
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-15
|
* systemctl: new verb 'list-sockets'Zbigniew Jędrzejewski-Szmek2013-04-12
| | | | | | | | | | | | LISTEN UNIT ACTIVATES /dev/initctl systemd-initctl.socket systemd-initctl.service /dev/log systemd-journald.socket systemd-journald.service ... [::]:19531 systemd-journal-gatewayd.socket systemd-journal-gatewayd.service kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service 17 sockets listed. Pass --all to see loaded but inactive sockets, too.
* systemctl: allow multiple arguments to --typeZbigniew Jędrzejewski-Szmek2013-04-11
| | | | | | | | | | | This mirrors --property, and is generally useful. New functionality is used in bash completion. In case of zsh completion, new functionality is less useful because of caching. Nevertheless, zsh completion for restart is made to behave more-or-less the same as bash completion. At least sockets can be restarted.
* man: clarify systemctl --property= documentation a bitLennart Poettering2013-02-28
|
* man: document the new systemctl cgroup commandsLennart Poettering2013-02-27
|