Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
mounts/swapons when devices aren't set up full yet
|
|
|
|
|
|
|
|
|
|
|
|
syslog/kmsg
|
|
Make sure that when a .socket unit is installed without its matching
.service we don't end up activating a legacy SysV/LSB service with the
same name. SysV/LSB style services do not support passing sockets and we
don't want to extend SysV/LSB to ensure we don't break compatibility
with other systems.
|
|
|
|
before invoking reboot()
|
|
|
|
|
|
|
|
|
|
passed on the kernel command line
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=676885
|
|
/sys/class/tty/console/active
|
|
children
|
|
|
|
This is useful to exclude root from the session logout killings or to
limit killing to the selinux guest users.
|
|
|
|
that locking by tty works
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
second time when it is already running
|
|
the console
|
|
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=674916
|
|
|
|
Hi all!
I added basic support for ALTLinux.
Please see patch or
http://git.altlinux.org/people/shaba/packages/systemd.git?p=systemd.git;a=shortlog;h=refs/heads/altlinux
Thanks.
|
|
|
|
|
|
Hello,
i`ve been using systemd for a while now, and found out that when
using NICE parameter for .service files the varible is not set correctly.
i`ve found the problem in file *load-fragment.c* function
*config_parse_nice* variable /*c->nice_set = false;*/ should be
/*c->nice_set = true;*/
Problem is alsom manifesting on v17 but did not upgrade yet ...
|
|
|
|
|
|
|
|
|
|
|
|
wait for the bind 'device' to show up
|