summaryrefslogtreecommitdiffstats
path: root/man/systemctl.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* systemctl: Use /usr/bin/editor if availableMichael Biebl2015-06-031-0/+1
| | | | | | | | | | | | | If the EDITOR environment variable is not set, the Debian policy recommends to use the /usr/bin/editor program as default editor. This file is managed via the dpkg alternatives mechanism and typically used in Debian/Ubuntu and derivatives to configure the default editor. See section 11.4 of the Debian policy [1]. Therefor prefer /usr/bin/editor over specific editors if available. [1] https://www.debian.org/doc/debian-policy/ch-customized-programs.html
* man: use configured path for mount and umount binaries in manpagesFilipe Brandenburger2015-05-281-2/+2
| | | | | | | | | | | Export the MOUNT_PATH and UMOUNT_PATH variables as XML entities and use them in the systemctl.1 manpage instead of hardcoding the path in /usr/bin. Tested: - Ran ./configure ac_cv_path_MOUNT_PATH=/bin/mount (same for umount) and rebuilt the manpages, confirmed that the correct path was in man/systemctl.1 - Rebuilt man/systemd.directives.xml and the man pages derived from it, confirmed that the correct paths were there as well.
* man: generate configured paths in manpagesFilipe Brandenburger2015-05-281-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In particular, use /lib/systemd instead of /usr/lib/systemd in distributions like Debian which still have not adopted a /usr merge setup. Use XML entities from man/custom-entities.ent to replace configured paths while doing XSLT processing of the original XML files. There was precedent of some files (such as systemd.generator.xml) which were already using this approach. This addresses most of the (manual) fixes from this patch: http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/tree/debian/patches/Fix-paths-in-man-pages.patch?h=experimental-220 The idea of using generic XML entities was presented here: http://lists.freedesktop.org/archives/systemd-devel/2015-May/032240.html This patch solves almost all the issues, with the exception of: - Path to /bin/mount and /bin/umount. - Generic statements about preference of /lib over /etc. These will be handled separately by follow up patches. Tested: - With default configure settings, ran "make install" to two separate directories and compared the output to confirm they matched exactly. - Used a set of configure flags including $CONFFLAGS from Debian: http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/tree/debian/rules Installed the tree and confirmed the paths use /lib/systemd instead of /usr/lib/systemd and that no other unexpected differences exist. - Confirmed that `make distcheck` still passes.
* Use "new" --job-mode= option in more placesZbigniew Jędrzejewski-Szmek2015-05-181-4/+4
| | | | | | --irreversible/--ignore-dependencies/--fail are deprececated since 4dc5b821ae737914499119e29811fc3346e3d97c. Also add shell completions for --jobs-mode.
* systemctl: introduce --now for enable, disable and maskJan Synacek2015-05-151-9/+24
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=42940
* treewide: Correct typos and spell plural of bus consistentTorstein Husebø2015-05-111-1/+1
|
* run: by default, wait until the transient unit finished start-upLennart Poettering2015-04-281-2/+2
| | | | | Make this blocking behaviour optional with --no-block, similar to systemctl's switch of this name.
* logind,systemctl: add reboot to EFI firmware supportJan Janssen2015-04-071-0/+12
|
* man: fix name of systemd.resource-control(5)Zbigniew Jędrzejewski-Szmek2015-03-141-1/+1
|
* man: fix a bunch of linksZbigniew Jędrzejewski-Szmek2015-03-141-3/+3
| | | | All hail linkchecker!
* man: boilerplate unificationZbigniew Jędrzejewski-Szmek2015-02-111-15/+15
|
* man: fix reference to glob manpageZbigniew Jędrzejewski-Szmek2015-02-111-3/+3
|
* man: add systemd.generator(7)Zbigniew Jędrzejewski-Szmek2015-02-111-6/+11
| | | | | | | | | This is largely based on http://www.freedesktop.org/wiki/Software/systemd/Generators/, and obsoletes that page. It seems that we do a much better job of keeping man pages up-to-date compared to wiki pages. Man pages are also easier to find for users. https://bugs.freedesktop.org/show_bug.cgi?id=89048
* man: use one description of --no-legendZbigniew Jędrzejewski-Szmek2015-01-201-10/+2
|
* systemctl: fix import-environment description, trim help to 80 colsZbigniew Jędrzejewski-Szmek2015-01-191-1/+4
|
* man: remove references to systemadm from systemctl man pageLennart Poettering2015-01-081-1/+1
| | | | The tool is badly maintained and we shouldn't refence such old cruft.
* man: bring systemctl man page and --help text into the same orderLennart Poettering2015-01-081-100/+107
|
* man: Fix spellingSusant Sahani2014-12-301-1/+1
|
* systemctl: add edit verbRonny Chevalier2014-11-291-3/+61
| | | | | | | | | | | | | | | | It helps editing units by either creating a drop-in file, like /etc/systemd/system/my.service.d/override.conf, or by copying the original unit from /usr/lib/systemd/ to /etc/systemd/ if the --full option is specified. It invokes an editor on temporary files related to the unit files and if the editor exited successfully, then it renames the temporary files to their original names (e.g. my.service or override.conf) and daemon-reload is invoked. If the temporary file is empty the modification is canceled. See https://bugzilla.redhat.com/show_bug.cgi?id=906824
* man: update description of default extension for isolateChris Atkinson2014-11-291-3/+5
|
* man: reword list-dependencies descriptionZbigniew Jędrzejewski-Szmek2014-11-231-18/+44
| | | | | | | | | | | | The previous version was a bit too vague. It is better to simply list all dependency types that are followed. Previous version also made an emphasis on dependencies introduced by configuration. But this command (or systemd) don't care about this distinction between configured and automatically added dependencies at all. This distinctionis removed from the main description, and an explanatory paragraph is added to remind the user that all dependencies are shown, no matter where they come from.
* man: add emacs header to get correct indention in nxml-mode for the manpage ↵Lennart Poettering2014-11-211-1/+1
| | | | | | | | XML files that use 2ch indenting In the long run we really should figure out if we want to stick with 8ch or 2ch indenting, and not continue with half-and-half. For now, just make emacs aware of the files that use 2ch indenting.
* man: improve documentation for "indirect" unit file state a bitLennart Poettering2014-11-101-6/+6
| | | | | Also, correct mentions of "units" instead of "unit files" in the table, and terminate all sentences with a full stop.
* shared/install: when unit contains only Also=, report 'indirect'Jan Synacek2014-11-101-0/+5
| | | | | | | If a unit contains only Also=, with no Alias= or WantedBy=, it shouldn't be reported as static. New 'indirect' status shall be introduced. https://bugzilla.redhat.com/show_bug.cgi?id=864298
* man: don't refer to undocumented option '--failed'Michal Schmidt2014-11-101-2/+2
|
* man: don't document systemctl --failedLennart Poettering2014-11-101-11/+8
| | | | | | | | | | | | | | | | | This effectively reverts 599b6322f19ec619ddc294d0e7880b669040cf66, which in turn partially reverted 4dc5b821ae737914499119e29811fc3346e3d97c. The --failed switch is not documented on purpose, since it is redundant due to --state=failed, which it predates. Due to that it's not documented in --help either. We generally try to avoid redundant interfaces, but if we need to keep them for compatibility we do so, however remove them from documentation to ensure they are not used in future. The man page is now changed to include a comment about the fact that --failed is not documented on purpose. Also, explicitly mention --state=failed as example for --state.
* man: document --failedZbigniew Jędrzejewski-Szmek2014-11-081-0/+9
| | | | https://bugs.debian.org/767267
* man: minor corrections on how the overall system states are actually definedLennart Poettering2014-10-281-6/+6
|
* man: add table of manager statesZbigniew Jędrzejewski-Szmek2014-10-281-7/+56
|
* man/systemctl: document enable on masked unitsJan Synacek2014-10-091-2/+5
|
* systemctl: add add-wants and add-requires verbsLukas Nykryn2014-10-081-0/+19
|
* man: make it more clear that the concepts systemctl(1) manage are introduced ↵Lennart Poettering2014-09-041-3/+5
| | | | | | in systemd(1) Based on a suggestion of Ken Coar.
* man: fix typosRonny Chevalier2014-08-201-1/+1
|
* man: drop references to removed and obsolete 'systemctl load' commandLennart Poettering2014-08-151-4/+2
|
* docs: remove repeating words from man/*xmlKarel Zak2014-07-231-1/+1
|
* man: add a mapping for external manpagesZbigniew Jędrzejewski-Szmek2014-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | It is annoying when we have dead links on fd.o. Add project='man-pages|die-net|archlinux' to <citerefentry>-ies. In generated html, add external links to http://man7.org/linux/man-pages/man, http://linux.die.net/man/, https://www.archlinux.org/. By default, pages in sections 2 and 4 go to man7, since Michael Kerrisk is the autorative source on kernel related stuff. The rest of links goes to linux.die.net, because they have the manpages. Except for the pacman stuff, since it seems to be only available from archlinux.org. Poor gummiboot gets no link, because gummitboot(8) ain't to be found on the net. According to common wisdom, that would mean that it does not exist. But I have seen Kay using it, so I know it does, and deserves to be found. Can somebody be nice and put it up somewhere?
* doc: grammatical correctionsJan Engelhardt2014-06-281-2/+2
|
* systemctl: add new "is-system-running" command to check whether system is ↵Lennart Poettering2014-06-251-0/+17
| | | | | | fully up https://bugs.freedesktop.org/show_bug.cgi?id=66926
* install: beef up preset logic to limit to only enable or only disable, and ↵Lennart Poettering2014-06-171-4/+37
| | | | | | | | | | | | | | | | do all-unit preset operations The new "systemctl preset-all" command may now be used to put all installed units back into the enable/disable state the vendor/admin encoded in preset files. Also, introduce "systemctl --preset-mode=enable-only" and "systemctl --preset-mode=disable-only" to only apply the enable or only the disable operations of a "systemctl preset" or "systemctl preset-all" operation. "systemctl preset-all" implements this RFE: https://bugzilla.redhat.com/show_bug.cgi?id=630174
* man: clarify the effect of replace-irreversibly on future conflicting jobsDavid Strauss2014-06-101-2/+4
|
* Fix typos in systemctl manpageEelco Dolstra2014-05-151-3/+3
|
* doc: comma placement corrections and word orderJan Engelhardt2014-05-081-5/+5
| | | | | Set commas where there should be some. Some improvements to word order.
* doc: corrections to words and formsJan Engelhardt2014-05-081-1/+1
| | | | | This patch exchange words which are inappropriate for a situation, deletes duplicated words, and adds particles where needed.
* systemctl: add more verbose explanation of --kill-who and what control/main ↵Lennart Poettering2014-03-251-5/+30
| | | | processes are
* systemctl: --kill-mode is long long gone, don't mention it in the man pageLennart Poettering2014-03-251-3/+2
|
* man: improve wording of systemctl's --after/--beforeJason St. John2014-03-171-3/+18
| | | | | | | | | | | | Commit 4a77ca7 was an attempt at fixing the wording of --after and --before, but the new wording was unclear. Split the combined --after/--before section into a separate section for each, explicitly state what each option does, and add information about how these lists are generated. Reported-by: Andrey Borzenkov <arvidjaar@gmail.com> Reported-by: Lennart Poettering <lennart@poettering.net>
* systemctl: introduce -r switch to show units running in local containers in ↵Lennart Poettering2014-03-171-0/+12
| | | | addition to the host
* systemctl: when "systemctl status" is called without arguments show a short ↵Lennart Poettering2014-03-121-4/+5
| | | | | | | overall system state Previously "systemctl status" without argument would print the status of all loaded units. This has now been moved to "systemctl status -a".
* systemctl: add new "list-machines" commandLennart Poettering2014-03-121-0/+18
| | | | | | "systemctl list-machines" shows one line per local container which includes the current system state of the container, the number of failed units as well as the number of currently queued jobs.
* man: fix description of systemctl --after/--beforeAndrey Borzenkov2014-03-111-2/+2
| | | | | It was backward - --after fetches After property, so units shown really come *before* unit given as argument. Same for --before.