summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* man: overwrite vs. overrideMichal Schmidt2012-05-153-7/+7
| | | | | 'overwrite' conveys the idea of the old text being destroyed. 'override' does not. It is more similar to 'overrule'.
* systemctl: add switch-root verbLennart Poettering2012-05-141-0/+27
|
* sleep: implement suspend/hibernate as first class targetsLennart Poettering2012-05-082-0/+44
|
* logind: use "sleep" as generic term for "suspend", "hibernate", and later on ↵Lennart Poettering2012-05-082-9/+10
| | | | "hybrid suspend"
* logind: implement delay inhibitor locks in addition to block inhibitor locksLennart Poettering2012-05-052-0/+193
| | | | | This is useful to allow applications to synchronously save data before the system is suspended or shut down.
* man: clarify _TRANSPORTShawn Landden2012-05-041-2/+2
| | | | "resp." where it was confuses reader that stdout and stderr might go to differn't places
* service: default to Type=dbus if BusName= is specifiedLennart Poettering2012-05-031-3/+6
|
* man: fix typoKay Sievers2012-04-301-1/+1
|
* unit: add new dependency type RequiresMountsFor=Lennart Poettering2012-04-301-0/+12
| | | | | | | | RequiresMountsFor= is a shortcut for adding requires and after dependencies to all mount units neeed for the specified paths. This solves a couple of issues regarding dep loop cycles for encrypted swap.
* service: document new Type=idleLennart Poettering2012-04-301-1/+12
|
* nspawn: add --read-only switchLennart Poettering2012-04-251-0/+8
|
* manager: drop MountAuto= and SwapAuto= optionsLennart Poettering2012-04-241-12/+0
| | | | | | | The ability to set MountAuto=no and SwapAuto=no was useful during the adoption phase of systemd, so that distributions could stick to their classic mount scripts a bit longer. It is about time to get rid of it now.
* man: rework nspawn man page to suggest yum --installroot instead of mockLennart Poettering2012-04-241-18/+19
|
* nspawn: add --uuid= switch to allow setting the machine id for the containerLennart Poettering2012-04-221-0/+11
|
* nspawn: add -b switch to automatically look for an init binaryLennart Poettering2012-04-221-0/+10
|
* man: Fix a few typosMichael Biebl2012-04-172-2/+2
| | | | | Reported-by: A. Costa <agcosta@gis.net> Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668344
* udev: install udevd as /usr/lib/systemd/systemd-udevdKay Sievers2012-04-173-17/+17
|
* udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers2012-04-161-8/+0
|
* cgls: don't show empty cgroups by defaultLennart Poettering2012-04-161-0/+18
|
* udev: clarify man page regarding starting dameonsKay Sievers2012-04-141-3/+9
|
* machine-id-setup: add the usual command line parametersLennart Poettering2012-04-121-1/+19
|
* detect-virt: make detect-virt an official commandLennart Poettering2012-04-121-0/+151
|
* unit: introduce ConditionPathIsReadWriteLennart Poettering2012-04-121-7/+15
|
* One can specify in which cgroup hierarchies a systemd-nspawn container will ↵Léo Gillot-Lamure2012-04-121-0/+10
| | | | appear
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-1261-244/+244
| | | | | | | | | | | | | | 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.
* polkit: temporarily spawn of a polkit agent in terminals for possibly ↵Lennart Poettering2012-04-112-5/+15
| | | | authenticated operations
* units: introduce nss-user-lookup.targetLennart Poettering2012-04-111-6/+28
| | | | | | | This separates user/group NSS lookups from host/network NSS lookups. By default order all network mounts after host/network NSS lookups now, and logind execution after user/group NSS lookups.
* udev: remove support for /lib/udev/devices/; tmpfiles should be usedKay Sievers2012-04-082-9/+3
|
* systemd: add hardware watchdog supportLennart Poettering2012-04-051-0/+45
| | | | | | | | | | | | | | | | | | | | | This adds minimal hardware watchdog support to PID 1. The idea is that PID 1 supervises and watchdogs system services, while the hardware watchdog is used to supervise PID 1. This adds two hardware watchdog configuration options, for the runtime watchdog and for a shutdown watchdog. The former is active during normal operation, the latter only at reboots to ensure that if a clean reboot times out we reboot nonetheless. If the runtime watchdog is enabled PID 1 will automatically wake up at half the configured interval and write to the watchdog daemon. By default we enable the shutdown watchdog, but leave the runtime watchdog disabled in order not to break independent hardware watchdog daemons people might be using. This is only the most basic hookup. If necessary we can later on hook up the watchdog ping more closely with services deemed crucial.
* man: update udev man pagesKay Sievers2012-04-043-17/+33
|
* Merge branch 'master' of ssh://git.freedesktop.org/git/systemd/systemdKay Sievers2012-04-044-79/+449
|\
| * man: document the _TRANSPORT journal fieldLennart Poettering2012-04-041-0/+25
| |
| * man: clarify the formatting of timestampsLennart Poettering2012-04-031-8/+13
| |
| * man: update documentation of special unitsLennart Poettering2012-04-031-78/+84
| |
| * man: document special journal fieldsLennart Poettering2012-04-033-1/+335
| |
* | move imported udev into placeKay Sievers2012-04-043-0/+1318
|/
* systemctl: make -f short for both --follow and --forceLennart Poettering2012-04-031-0/+1
|
* rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.confKay Sievers2012-03-306-17/+14
|
* journalctl: add --local switchLennart Poettering2012-03-271-0/+8
|
* man: don't claim -f was short for --followLennart Poettering2012-03-261-1/+0
|
* journalctl,loginctl: drop systemd- prefix in binary namesLennart Poettering2012-03-266-16/+20
| | | | | | | | | | | | | | | | | | | | | | 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.
* man: systemd-cat(1) typo fixLennart Poettering2012-03-221-1/+1
| | | | Noticed by Sergey Ptashnick
* man: updates to sysctl.d(5)Lennart Poettering2012-03-211-26/+39
|
* man: fix parameter name for sd_uid_xxx()Lennart Poettering2012-03-201-4/+4
|
* remove GTK piecesMichal Schmidt2012-03-201-111/+0
| | | | They've moved to systemd-ui.
* man: document journal features of systemctl(1)Lennart Poettering2012-03-162-12/+53
|
* man: document systemd-journalctl(1)Lennart Poettering2012-03-161-0/+252
|
* man: document systemd-journald.conf(5)Lennart Poettering2012-03-152-2/+256
|
* man: document systemd-machine-id-setup(1)Lennart Poettering2012-03-153-1/+121
|
* man: document systemd-cat(1)Lennart Poettering2012-03-152-0/+212
|