Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-13 | man: add a couple of crosslinks | Lennart Poettering | |
2011-07-13 | man: add man page for systemd-loginctl | Lennart Poettering | |
2011-07-12 | unit: introduce ConditionFileIsExecutable= and use it where we check for a ↵ | Lennart Poettering | |
binary we'll spawn | |||
2011-07-12 | tmpfiles: allow creation of named pipes with tmpfiles | Lennart Poettering | |
2011-07-11 | man: un-reverse IgnoreOnSnapshot description | Zbigniew Jędrzejewski-Szmek | |
I think that snapshots & devices are actually _not_ captured in snapshots. | |||
2011-07-07 | systemctl: hide all information on --kill-mode= since it is mostly useless | Lennart Poettering | |
2011-07-07 | path,unit: support globbing in conditions and path units | Lennart Poettering | |
2011-07-01 | nspawn: spawn shell under specified --user | Michal Vyskocil | |
Add -u/--user option, which changes the effective and real user and group id to the new value. The user must exists in the chroot, otherwise it will fail. Both username and user id are accepted. The user home is created as well. It also setup HOME, USER, LOGNAME and SHELL variables . | |||
2011-07-01 | unit: add three new specifiers to use in unit files | Lennart Poettering | |
2011-06-30 | exec: add ControlGroupModify= switch to allow changing access mode to cgroups fs | Lennart Poettering | |
2011-06-29 | man: update pam_systemd page to document new behaviour | Lennart Poettering | |
2011-06-29 | logind: add man page for configuration file | Lennart Poettering | |
2011-06-27 | systemctl: add support for --root for systemctl enable/disable/is-enabled | Frederic Crozat | |
Add --root=<root> for enable/disable/is-enabled systemctl commands. To be used for easily enable / disable systemd services for a chroot, without running systemctl inside chroot. | |||
2011-06-21 | service: check whether sysv scripts where changed | Lennart Poettering | |
2011-06-20 | systemctl: Add SYSTEMD_PAGER for setting the pager to use in systemctl | Ville Skyttä | |
2011-06-20 | man: Documentation spelling fixes | Ville Skyttä | |
2011-06-15 | pam-module: add debug= parameter | Michal Schmidt | |
It is customary that pam modules do not log debugging information by default. Usually they offer a 'debug' option. Add a boolean debug= option to pam_systemd.so. This will solve bug https://bugzilla.redhat.com/show_bug.cgi?id=705427 Commit 53d5582fa006b0eb528f5dc3f4ba978abd8ac5a3 was not sufficient to fix it, because in Fedora rsyslog is configured to write even LOG_DEBUG messages to /var/log/secure by default. | |||
2011-06-15 | man: clarify os-release in regards to spaces a bit | Lennart Poettering | |
2011-05-27 | exec: Fix number of unit types | Ozan Çağlayan | |
There are four unit types mentioned in here, not three | |||
2011-05-25 | man: update the list of unit search locations | William Swanson | |
2011-05-19 | socket: expose SO_BROADCAST | Lennart Poettering | |
2011-05-19 | socket: expose IP_TRANSPARENT | Lennart Poettering | |
2011-05-18 | exec: hangup/reset/deallocate VTs in gettys | Lennart Poettering | |
Explicitly disconnect all clients from a VT when a getty starts/finishes (requires TIOCVHANGUP, available in 2.6.29). Explicitly deallocate getty VTs in order to flush scrollback buffer. Explicitly reset terminals to a defined state before spawning getty. | |||
2011-05-17 | socket: add POSIX mqueue support | Lennart Poettering | |
2011-05-05 | unit: make ignoring in snapshots a per unit property, instead of a per unit ↵ | Lennart Poettering | |
type property | |||
2011-04-29 | man: typo in sd_daemon reference | Tollef Fog Heen | |
2011-04-27 | def: lower default timeout to 90s | Lennart Poettering | |
Almost everybody found 3min too long, so lower it again | |||
2011-04-25 | tmpfiles.d: switch to stacked config dirs in /lib, /etc, /run | Kay Sievers | |
2011-04-25 | sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, ↵ | Kay Sievers | |
/etc, /run | |||
2011-04-23 | man: Spelling fixes | A. Costa | |
2011-04-21 | man: minor fixes | Lennart Poettering | |
2011-04-20 | socket: support ListeSpecial= sockets | Lennart Poettering | |
2011-04-20 | man: fix specification of default timeouts | Lennart Poettering | |
2011-04-16 | man: runlevel 5 is usually more comprehensive, so use it instead of 3 to ↵ | Lennart Poettering | |
detect whether a sysv service is enabled | |||
2011-04-16 | hostnamed: introduce systemd-hostnamed | Lennart Poettering | |
http://www.freedesktop.org/wiki/Software/systemd/hostnamed | |||
2011-04-16 | ask-password: use default timeout | Lennart Poettering | |
2011-04-16 | manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ↵ | Lennart Poettering | |
around when isolating | |||
2011-04-10 | socket: support netlink sockets | Lennart Poettering | |
2011-04-10 | path: optionally, create watched directories in .path units | Lennart Poettering | |
2011-04-08 | man: add man page for ask-password | Lennart Poettering | |
2011-04-07 | unit: introduce OnFailureIsolate= | Lennart Poettering | |
2011-04-06 | units: rename rtc-set.target to time-sync.target and pull it in by ↵ | Lennart Poettering | |
hwclock-load.service On request of Miroslav Lichvar, rename rtc-set.target to time-sync.target since usually the RTC chip isn't involved at all in NTP syncs. Also, pull it in by hwclock-load.service. | |||
2011-04-05 | man: fix description of systemctl reload-or-try-restart | Lennart Poettering | |
2011-04-04 | exec: support unlimited resources | Lennart Poettering | |
2011-04-04 | man: document /etc/sysctl.d/ | Lennart Poettering | |
2011-04-04 | binfmt: add binfmt tool to set up binfmt_misc at boot | Lennart Poettering | |
2011-04-03 | condition: use 'selinux' rather than 'SELinux' as preferred spelling | Lennart Poettering | |
The virtualization condition and others use lowercase identifiers, so for the sake of keeping things least surprising, use lowercase identifiers here too. | |||
2011-04-03 | man: document ConditionSecurity | Michal Schmidt | |
2011-04-01 | general: replace a few uses of /var/run by /run | Lennart Poettering | |
2011-04-01 | man: document ConditionPathIsDirectory= | Lennart Poettering | |