Lennart Poettering
44f44a29cc
man: document systemd-machine-id-setup(1)
2012-03-15 22:36:33 +01:00
Lennart Poettering
9aac0b2c19
man: document systemd-cat(1)
2012-03-15 22:19:36 +01:00
Lennart Poettering
fb0864e7b9
virt: the pidns controller does not exist anymore
2012-03-15 00:43:47 +01:00
Lennart Poettering
fc1a2e06a2
conf: when looking for configurations look in /etc first, in /run second
...
After long consideration we came to the conclusion that user
configuration in /etc should always override the (generally computer
generated) configuration in /run. User configuration should always be
what matters over anything else. Hence rearrange the search orders
accordingly.
In general this should change very little as overriding like this is
seldomn done so far, and the order between /etc and /usr stays the same.
2012-03-14 14:25:05 +01:00
Lennart Poettering
45dc3a0478
man: document where we read kernel cmdline options from
2012-03-14 14:13:12 +01:00
Lennart Poettering
54ecda32c6
socket: add option for SO_PASSEC
...
https://bugzilla.redhat.com/show_bug.cgi?id=798760
(Note that this work is not complete yet, as the kernel seems to send us
useless data with SCM_SECURITY enabled)
2012-03-13 00:00:27 +01:00
Lennart Poettering
669e49fe2c
man: reword tmpfiles selinux bits
2012-03-12 21:51:39 +01:00
Lennart Poettering
03f38e7498
man: clarify that applications must ignore unknown fields
2012-03-06 18:17:07 +01:00
Lennart Poettering
edcf3b8900
man: document how os-release(5) may be extended by OS vendors
2012-03-06 18:14:06 +01:00
Lennart Poettering
d383ac0d2f
man: fix typo
2012-03-06 17:58:27 +01:00
Lennart Poettering
74bebb314b
man: allow that /etc/os-release is a symlink
2012-03-06 17:52:21 +01:00
Lennart Poettering
62ca938d2d
man: add URL field definitions to os-release(5)
...
As requested by Raphaël Hertzog from the Debian project, include
information about the home page and support/bug report pages in
/etc/os-release.
2012-03-06 17:44:32 +01:00
Lennart Poettering
e21aee1494
man: add ID_LIKE definition to os-release(5)
...
As requested by Raphaël Hertzog from the Debian project, encode
derivative information in /etc/os-release.
2012-03-06 13:59:12 +01:00
Shawn Landden
ae0716ea0d
man: corrected machine-info(5) man page to be in line with source
...
change conflicting man/machine-info.xml documentation to match functionality in
src/hostname/hostnamed.c 114-119
2012-03-05 14:10:19 +01:00
Lennart Poettering
96b0cb1181
man: systemd.special no longer needs sed logic
2012-02-15 20:26:49 +01:00
Lennart Poettering
81e0d95604
login: document new sd_session_get_xxx() calls
2012-02-15 20:13:24 +01:00
Lennart Poettering
e606bb61d0
systemctl: introduce systemctl reboot -ff
2012-02-15 20:05:49 +01:00
Lennart Poettering
88ce72297a
man: define more precisely the format of /etc/os-release
2012-02-14 17:31:44 +01:00
Lennart Poettering
f8045772bd
man: document CPE field in os-release file
2012-02-14 17:01:49 +01:00
Lennart Poettering
50b1678aab
sd-login: if NULL or 0 is passed as first parameter of the sd_xxx functions, work on objects of the calling process
2012-02-13 23:50:02 +01:00
Lennart Poettering
3d88c0a7d1
man: we don't support systems without /etc/os-release anymore
2012-02-13 21:42:30 +01:00
Lennart Poettering
26fd9acfd5
man: it's probably a good idea to wrap the ANSI color in quotes, in order to allow proper shell parsing of the semicolon
2012-02-13 18:39:09 +01:00
Michael Biebl
a26c9cc604
Fix broken Git repository URLs
2012-02-13 17:49:09 +01:00
Lennart Poettering
02c4ef9c35
service: imply NotifyAccess=main if WatchdogSec= is used
2012-02-09 21:11:25 +01:00
Lennart Poettering
092317d034
man: document restart options
2012-02-09 21:01:29 +01:00
Bill Nottingham
54f5e17193
man: Clarify man page with respect to automatic fstab dependencies
...
Automatic mounts will be added if 'MountAuto=yes' is in system.conf,
regardless of whether comment=systemd.mount is set.
2012-02-09 20:04:38 +01:00
Lennart Poettering
353e12c2f4
service: ignore SIGPIPE by default
2012-02-09 03:18:04 +01:00
Lennart Poettering
fa4ab99705
man: document x-systemd-device-timeout=
2012-02-09 01:20:09 +01:00
Lennart Poettering
2707271e8e
man: fix XML
...
Spotted by Sergey Ptashnick.
2012-02-09 00:52:29 +01:00
Lennart Poettering
e8ab3ccba4
man: document the WATCHDOG_USEC environment variable
2012-02-08 21:24:41 +01:00
Michael Olbrich
bb242b7b52
service: introduce WatchdogSec and hook up the watchdog with the existing failure logic
2012-02-08 17:10:38 +01:00
Lennart Poettering
aa704ba8c2
man: document systemd.setenv=
2012-02-08 16:33:55 +01:00
Kay Sievers
e0d25329b2
move /usr/bin/systemd to /usr/lib/systemd/systemd
2012-02-08 00:08:10 +01:00
Lennart Poettering
9f056f4087
man: document that we support tcpwrappers only for access control
...
We do not support, and explicitly never want to support environment
variable settings and suchlike in tcpwrappers.
https://bugs.freedesktop.org/show_bug.cgi?id=45143
2012-02-02 06:22:36 +01:00
Michael Olbrich
a6927d7ffc
service: add watchdog timestamp
...
This patch adds WatchdogTimestamp[Monotonic] to the systemd service
D-Bus API. The timestamp is updated to the current time when the
service calls 'sd_nofity("WATCHDOG=1\n")'.
Using a timestamp instead of an 'alive' flag has two advantages:
1. No timeout is needed to define when a service is no longer alive.
This simplifies both configuration (no timeout value) and
implementation (no timeout event).
2. It is more robust. A 'dead' service might not be detected should
systemd 'forget' to reset an 'alive' flag. It is much less likely
to get a valid new timestamp if a service died.
2012-02-01 19:29:19 +01:00
Lennart Poettering
7d39db92c5
virt: detect LXC+libvirt containers
2012-01-25 00:13:05 +01:00
Lennart Poettering
caa9488700
man: document systemd-cgtop tool
2012-01-25 00:12:47 +01:00
Lennart Poettering
1e5678d023
cgls: don't show kernel threads by default
2012-01-22 18:22:26 +01:00
Kay Sievers
891703e1ee
persistant -> persistent
2012-01-18 21:47:30 +01:00
Lennart Poettering
31ed59c511
tmpfiles: support writing short strings to files, in order to support /sys manipulations at boot time, a la sysctl
2012-01-18 16:39:04 +01:00
Lennart Poettering
8d53b4534a
exec: introduce ControlGroupPersistant= to make cgroups persistant
2012-01-18 15:40:21 +01:00
Lennart Poettering
468d726bdd
tmpfiles: add support for creating symlinks, char/block device nodes
2012-01-18 13:56:02 +01:00
Lennart Poettering
4cfa2c999d
core: switch all log targets to go directly to the journal, instead via syslog
2012-01-12 05:09:06 +01:00
Lennart Poettering
4dcc1cb415
unit: implement new PropagateReloadTo=/PropagateReloadFrom= operations
2012-01-11 02:52:34 +01:00
Lennart Poettering
706343f492
journal: introduce log target 'journal' for executed processes
2012-01-06 02:48:38 +01:00
Lennart Poettering
eff406331a
login: implement sd_session_get_service()
2012-01-05 23:14:22 +01:00
Lennart Poettering
8ab49c12dc
headers: fix git URLs for source files
2012-01-05 18:25:36 +01:00
Lennart Poettering
94fb446e55
journald: store _SYSTEMD_UNIT= instead of _SYSTEMD_SERVICE= field, since processes might also be related to mount, swap or socket units, not just services
2012-01-04 15:35:30 +01:00
Tom Gundersen
63c52e45de
man: fix SEE ALSO in hostname(5)
...
Rather than referencing itself (hostname(5)), point to hostname(7).
2012-01-03 21:55:42 +01:00
Lennart Poettering
9847946e12
login: introduce sd_pid_get_service()
2012-01-03 21:08:58 +01:00