summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAge
* man: say that SecureBits= are space separatedZbigniew Jędrzejewski-Szmek2014-10-03
|
* man: use more markup in daemon(7)Zbigniew Jędrzejewski-Szmek2014-10-03
|
* man: fix sd_event_set_name compilationTom Gundersen2014-10-03
|
* glib-event-glue: remove some unnecessary linesTom Gundersen2014-10-03
| | | | Not needed in an example. Should still shorten the license, but should make sure it is still complete so people can copy-paste without problems.
* man: add sd_event_set_name(3)Zbigniew Jędrzejewski-Szmek2014-10-02
|
* man: add sd_event_get_fd(3)Zbigniew Jędrzejewski-Szmek2014-10-02
| | | | | | Example from Tom Gundersen is included using xi:include. The copyright notice stands out a bit. Maybe it should be removed, and the code placed in public domain.
* Fix order and document user unit dirsZbigniew Jędrzejewski-Szmek2014-10-02
| | | | Fixup for 718880ba0d 'add a transient user unit directory'.
* journalctl: add --utc optionJan Synacek2014-10-02
| | | | Introduce option to display time in UTC.
* Correct a few typosTorstein Husebø2014-10-02
|
* swap: introduce Discard propertyJan Synacek2014-09-29
| | | | Process possible "discard" values from /etc/fstab.
* make utmp/wtmp support configurableEmil Renner Berthing2014-09-26
| | | | | | This adds --disable-utmp option to configure. If it is used, all utmp-related functionality, including querying runlevel support, is removed.
* man: use <constant> markup for errno valueZbigniew Jędrzejewski-Szmek2014-09-25
| | | | | We were inconsistent, but marking them up as constants makes more sense then as variables.
* man: document sd_event_add_{defer,post,exit}Zbigniew Jędrzejewski-Szmek2014-09-25
|
* man: add sd_event_add_child(3)Zbigniew Jędrzejewski-Szmek2014-09-25
|
* man: add sd_event_add_signal(3)Zbigniew Jędrzejewski-Szmek2014-09-25
|
* man/sd_event_new: tweaksZbigniew Jędrzejewski-Szmek2014-09-25
|
* readahead: wipe out readaheadDaniel Buch2014-09-25
|
* man: fix typo and add linkZbigniew Jędrzejewski-Szmek2014-09-22
|
* login: add public sd_session_get_desktop() APIDavid Herrmann2014-09-22
| | | | | | The desktop brand is stored as DESKTOP variable for sessions. It can be set arbitrarily by the session owner and identifies the desktop environment that is running on that session.
* socket: introduce SELinuxContextFromNet optionMichal Sekletar2014-09-19
| | | | | | | | | | This makes possible to spawn service instances triggered by socket with MLS/MCS SELinux labels which are created based on information provided by connected peer. Implementation of label_get_child_mls_label derived from xinetd. Reviewed-by: Paul Moore <pmoore@redhat.com>
* man: use the escape for "-" in example instead of space.Michael Marineau2014-09-18
| | | | | | | This sentence can be misread to mean that "\x20" is the escape code for "-" which is the only character explicitly mentioned. This lead to at least one user loosing hair over why a mount unit for "/foo/bar-baz" didn't work. The example escape is arbitrary so lets prevent hair loss.
* man: sd_bus_error typo fixThomas Hindoe Paaboel Andersen2014-09-15
|
* udev: allow removing tags via TAG-="foobar"David Herrmann2014-09-11
| | | | | | | | | | This extends the udev parser to support OP_REMOVE (-=) and adds support for TAG-= to remove previously set tags. We don't fail if the tag didn't exist. This is pretty handy if we ship default rules for seat-assignments and users want to exclude specific devices from that. They can easily add rules that drop any automatically added "seat" tags again.
* networkd: allow specification of DHCP route metricAngus Gibson2014-09-08
| | | | | | This lets the routing metric for links to be specified per-network, still defaulting to DHCP_ROUTE_METRIC (1024) if unspecified. Hopefully this helps with multiple interfaces configured via DHCP.
* bus: parse BusPolicy directive in service filesDaniel Mack2014-09-08
| | | | | | Add a new directive called BusPolicy to define custom endpoint policies. If one such directive is given, an endpoint object in the service's ExecContext is created and the given policy is added to it.
* man: fix references to systemctl man page which is now in section 1Michael Biebl2014-09-06
| | | | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760613
* man: make it more clear that the concepts systemctl(1) manage are introduced ↵Lennart Poettering2014-09-04
| | | | | | in systemd(1) Based on a suggestion of Ken Coar.
* man: fix typoZbigniew Jędrzejewski-Szmek2014-09-03
|
* man: two fixes, reported on irc by 'wget'Lennart Poettering2014-09-03
|
* man: fix file extension in udev rules exampleZbigniew Jędrzejewski-Szmek2014-09-02
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=634736
* journalctl: Allow to disable line cap with --lines=allJan Janssen2014-08-31
|
* Fix a few more typosRuben Kerkhof2014-08-30
|
* systemd-firstboot: fix typo in man pageMarius Tessmann2014-08-28
|
* man: add sample glib/sd-event integrationTom Gundersen2014-08-27
| | | | | | This should be moved to man pages, but for now the C code is included directly. Suggested by Zbyszek.
* Document "...|..." udev match syntaxAndrei Borzenkov2014-08-27
|
* man: reword sd-hibernate-resume description and add linkZbigniew Jędrzejewski-Szmek2014-08-26
| | | | | "each device" was suggesting that this service might be instantiated multiple times. "hibernation resume" was too jargon-y.
* hibernate-resume-generator: add a generator for instantiating the resume unit.Ivan Shapovalov2014-08-26
| | | | | | | | | | | | | hibernate-resume-generator understands resume= kernel command line parameter and instantiates the systemd-resume@.service accordingly if it is passed. This enables resume from hibernation using device specified on the kernel command line, and it may be specified either as "/dev/disk/by-foo/bar" or "FOO=bar", not only "/dev/sdXY" which is understood by the in-kernel implementation. So now resume= is brought on par with root= in terms of possible ways to specify a device.
* hibernate-resume: add a tool to write a device node's major:minor to ↵Ivan Shapovalov2014-08-26
| | | | | | | | | | /sys/power/resume. This can be used to initiate a resume from hibernation by path to a swap device containing the hibernation image. The respective templated unit is also added. It is instantiated using path to the desired resume device.
* logind: add HandleLidSwitchDocked= option to logind.conf + documentationBen Wolsieffer2014-08-26
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=82485
* core: introduce "poweroff" as new failure action typesLennart Poettering2014-08-22
| | | | Also, change the default action on a system start-up timeout to powering off.
* core: add support for a configurable system-wide start-up timeoutLennart Poettering2014-08-22
| | | | | | | | | | | | | | | | | | | When this system-wide start-up timeout is hit we execute one of the failure actions already implemented for services that fail. This should not only be useful on embedded devices, but also on laptops which have the power-button reachable when the lid is closed. This devices, when in a backpack might get powered on by accident due to the easily reachable power button. We want to make sure that the system turns itself off if it starts up due this after a while. When the system manages to fully start-up logind will suspend the machine by default if the lid is closed. However, in some cases we don't even get as far as logind, and the boot hangs much earlier, for example because we ask for a LUKS password that nobody ever enters. Yeah, this is a real-life problem on my Yoga 13, which has one of those easily accessible power buttons, even if the device is closed.
* service: allow services of Type=oneshot that specify no ExecStart= commandsLennart Poettering2014-08-21
| | | | | | This is useful for services that simply want to run something on shutdown, but not at bootup. They should only set ExecStop= but leave ExecStart= unset.
* core: allow informing systemd about service status changes with RELOADING=1 ↵Lennart Poettering2014-08-21
| | | | and STOPPING=1 sd_notify() messages
* journalctl: add "-t --identifier=STRING" optionHarald Hoyer2014-08-21
| | | | | | | | | | | | | | | This turns journalctl to the counterpart of systemd-cat. Messages sent with systemd-cat --identifier foo --prioritiy debug can now be shown with journalctl --identifier foo --prioritiy debug "--identifier" is not merged with "--unit" to make a clear distinction between syslog and systemd units. syslog identifiers can be chosen freely by anyone.
* man: fix typosRonny Chevalier2014-08-20
|
* socket: suffix newly added TCP sockopt time properties with "Sec"Lennart Poettering2014-08-19
| | | | | | This is what we have done so far for all other time values, and hence we should do this here. This indicates the default unit of time values specified here, if they don't contain a unit.
* Revert "socket: introduce SELinuxLabelViaNet option"Lennart Poettering2014-08-19
| | | | | | This reverts commit cf8bd44339b00330fdbc91041d6731ba8aba9fec. Needs more discussion on the mailing list.
* tmpfiles: add new 'r' line type to add UIDs/GIDs to the pool to allocate ↵Lennart Poettering2014-08-19
| | | | | | | | UIDs/GIDs from This way we can guarantee a limited amount of compatibility with login.defs, by generate an appopriate "r" line out of it, on package installation.
* socket: introduce SELinuxLabelViaNet optionMichal Sekletar2014-08-19
| | | | | | | | | | This makes possible to spawn service instances triggered by socket with MLS/MCS SELinux labels which are created based on information provided by connected peer. Implementation of label_get_child_label derived from xinetd. Reviewed-by: Paul Moore <pmoore@redhat.com>
* sysusers: add another column to sysusers files for the home directoryLennart Poettering2014-08-19
|