summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* man: fix typo in documentation of systemd-machinedMichael Scherer2013-08-041-1/+1
|
* man: wording and grammar updatesJan Engelhardt2013-08-043-6/+6
| | | | | This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits.
* core: open up SendSIGHUP property for transient unitsLennart Poettering2013-07-301-0/+12
|
* core: optionally send SIGHUP in addition to the configured kill signalLennart Poettering2013-07-301-7/+27
| | | | This is useful to fake session ends for processes like shells.
* man: reowrk list of documented unit search pathsLennart Poettering2013-07-291-40/+15
| | | | | | | The generator paths are internal implementation details, they should not be documented explicitly. We should document where private user units are found however.
* man: there is no session mode, only user modeLennart Poettering2013-07-291-1/+1
|
* man: link up scope+slice units from systemd.unit(5)Lennart Poettering2013-07-291-6/+15
|
* man: systemd.unit: fix volatile pathBrandon Philips2013-07-271-1/+1
| | | | | The volatile path was '/run/systemd/systemd' when it should be '/run/systemd/system'. Fix.
* systemctl.8: fix typo in SEE ALSODave Reisner2013-07-261-1/+1
|
* rework systemd's own process environment handling/passingKay Sievers2013-07-261-10/+5
| | | | | | | | | | | | | Stop importing non-sensical kernel-exported variables. All parameters in the kernel command line are exported to the initial environment of PID1, but suppressed if they are recognized by kernel built-in code. The EFI booted kernel will add further kernel-internal things which do not belong into userspace. The passed original environ data of the process is not touched and preserved across re-execution, to allow external reading of /proc/self/environ for process properties like container*=.
* systemctl: remove "load" commandLennart Poettering2013-07-261-22/+0
| | | | | | | | "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-262-15/+18
| | | | | | "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-262-10/+38
| | | | | | | | | | 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
* core: allow setting RemainAfterExit= for transient servicesLennart Poettering2013-07-261-0/+13
|
* tmpfiles: introduce --exclude-prefixDave Reisner2013-07-241-0/+7
| | | | | The opposite of --prefix, allows specifying path prefixes which should be skipped when processing rules.
* tmpfiles: support passing --prefix multiple timesDave Reisner2013-07-241-1/+2
|
* journal: immediately sync to disk as soon as we receieve an EMERG/ALERT/CRIT ↵Lennart Poettering2013-07-241-3/+11
| | | | message
* man: Fix copy&paste errorMichael Biebl2013-07-231-3/+3
|
* man: wording and grammar updatesJan Engelhardt2013-07-2115-36/+36
| | | | | This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits.
* man: udev - add section about hwdbKay Sievers2013-07-211-8/+41
|
* man: also mention /run/log/journal in systemd-jouranld.service(8)Zbigniew Jędrzejewski-Szmek2013-07-191-1/+13
|
* man: update documentation of systemctl cgroup commandsLennart Poettering2013-07-191-87/+20
|
* man: update documentation of slice units a bitLennart Poettering2013-07-192-7/+29
|
* man: update scope unit man page a bitLennart Poettering2013-07-193-21/+20
|
* man: update pam_systemd documentation to current state of the codeLennart Poettering2013-07-191-115/+25
|
* man: list scope and slice units in systemd(1)Lennart Poettering2013-07-191-18/+32
|
* man: document sd_pid_get_slice() call of libsystemd-loginLennart Poettering2013-07-191-11/+31
|
* man: a few corrections to the machinectl man pageLennart Poettering2013-07-192-11/+10
|
* man: update systemd-nspawn regarding new --slice= logicLennart Poettering2013-07-191-11/+12
|
* man: extend systemd-run man page a littleLennart Poettering2013-07-191-10/+27
|
* man: drop the old cgroup settings from the man pagesLennart Poettering2013-07-192-157/+9
|
* man: Fix example to use the new --boot syntaxJan Janssen2013-07-191-2/+2
|
* core: add %v specifierZbigniew Jędrzejewski-Szmek2013-07-191-2/+8
|
* man: document Slice= setting (and other fixes)Lennart Poettering2013-07-192-34/+76
|
* man: add reference to new machined bus API documentation in the wikiLennart Poettering2013-07-191-2/+10
|
* systemctl: option to list units by stateMaciej Wereski2013-07-181-17/+12
| | | | This allows to show only units with specified LOAD or SUB or ACTIVE state.
* journalctl: add ”short-iso” output format with verbose ISO8601 timestampsTomasz Torcz2013-07-181-0/+12
| | | | | Example: 2013-07-18T10:10:01+0200 sandworm CROND[20957]: (root) CMD (/usr/lib64/sa/sa1 1 1)
* journalctl: remove ":" from the --boot syntaxZbigniew Jędrzejewski-Szmek2013-07-171-33/+41
| | | | | | | | | Instead of :-0, :1, :5, etc., use -0, 1 or +1, 5, etc. For BOOT_ID+OFFSET, use BOOT_ID+offset or BOOT_ID-offset (either + or - is required). Also make error handling a bit more robust and verbose. Modify the man page to describe the most common case (-b) first, and the second most common case (-b -1) second.
* journalctl: augment short mode with a cursor at the endZbigniew Jędrzejewski-Szmek2013-07-161-0/+10
| | | | | Two options are added: --show-cursor to print the cursor at the end, and --after-cursor to resume logs on the next line after the previous one.
* udev: export tags of "dead" device nodes to /run/udev/static_node-tags/Tom Gundersen2013-07-161-3/+7
| | | | | | | | | | Based on a patch by Kay Sievers. A tag is exported at boot as a symlinks to the device node in the folder /run/udev/static_node-tags/<tagname>/, if the device node exists. These tags are cleaned up by udevadm info --cleanup-db, but are otherwise never removed.
* journal: return -ECHILD after a forkZbigniew Jędrzejewski-Szmek2013-07-161-0/+7
| | | | | | | | A few asserts are replaced with 'return -EINVAL'. I think that assert should not be used to check argument in public functions. Fields in struct sd_journal are rearranged to make it less swiss-cheesy.
* man: improve readability of --output options in journalctl(1)Jason St. John2013-07-162-48/+120
| | | | | | The list and descriptions of valid output options was difficult to read, so break up the long block of text into discrete man page list items to improve readability.
* man: use HTTPS links for links that support itJason St. John2013-07-168-19/+19
|
* journalctl: Add support for showing messages from a previous bootJan Janssen2013-07-161-11/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, I redid the boot ID look up to use enumerate_unique. This is quite fast if the cache is warm but painfully slow if it isn't. It has a slight chance of returning the wrong order if realtime clock jumps around. This one has to do n searches for every boot ID there is plus a sort, so it depends heavily on cache hotness. This is in contrast to the other way of look-up through filtering by a MESSAGE_ID, which only needs about 1 seek + whatever amount of relative IDs you want to walk. I also have a linked-list + (in-place) mergesort version of this patch, which has pretty much the same runtime. But since this one is using libc sorting and armortized allocation, I prefer this one. To summarize: The MESSAGE_ID way is a *lot* faster but can be incomplete due to rotation, while the enumerate+sort will find every boot ID out there but will be painfully slow for large journals and cold caches. You choose :P Jan
* detect-virt: detect User-Mode LinuxRamkumar Ramachandra2013-07-162-0/+2
| | | | | | | | | | | | | | | | | | | | In a User-Mode Linux session: $ systemd-detect-virt none Although it is possible to reliably detect virtualization: $ cat /proc/cpuinfo processor : 0 vendor_id : User Mode Linux model name : UML mode : skas host : Linux kytes 3.11.0-rc1-00009-ge5fd680 (...) bogomips : 7007.43 So, grep for the string "\nvendor_id\t: User Mode Linux\n" in /proc/cpuinfo, and say "uml" when asked.
* journal: add logging of effective capabilities _CAP_EFFECTIVEShawn Landden2013-07-161-0/+9
| | | | I think this is the most important of the capabilities bitmasks to log.
* man: add FILES section to systemd-journald.service(8)Zbigniew Jędrzejewski-Szmek2013-07-151-1/+36
|
* man: add note about paging and colors to journalctl(1)Zbigniew Jędrzejewski-Szmek2013-07-151-0/+14
|
* cryptsetup: Add tcrypt supportJan Janssen2013-07-161-118/+182
| | | | | | | | | | | | | | Tcrypt uses a different approach to passphrases/key files. The passphrase and all key files are incorporated into the "password" to open the volume. So, the idea of slots that provide a way to open the volume with different passphrases/key files that are independent from each other like with LUKS does not apply. Therefore, we use the key file from /etc/crypttab as the source for the passphrase. The actual key files that are combined with the passphrase into a password are provided as a new option in /etc/crypttab and can be given multiple times if more than one key file is used by a volume.
* journalctl: add --force option to recreate FSSShawn Landden2013-07-141-0/+8
|