Age | Commit message (Collapse) | Author |
|
|
|
support plymouth-less boots
|
|
should not be as obviously in sight. The user may still override them by placing links in /etc
|
|
services
|
|
lines for oneshot services
In contrast to the other service types oneshot services are usually not
long lasting and there's not necessarily a single clean main process for
them. This change allows multiple ExecStart= lines for this type of
services so that the admin/developer doesn't have to arbitrarily pick on
of various sequential commands as the "main one".
|
|
|
|
falling back to upstart/initctl
|
|
|
|
|
|
parent cgroups
|
|
|
|
|
|
systemctl status
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=623561
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=623430
|
|
|
|
|
|
essential
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
don't need it anymore and it is crutfy
|
|
|
|
|
|
|
|
terminates cleanly
|
|
|
|
and into a helper binary
|
|
This makes it easier to support /etc/sysconfig/xxxx with command line
env vars in style of $OPTIONS which might or might not be set.
|
|
|
|
RefuseManualStop=
Some unit shall never be start on user request (e.g. shutdown.target)
others never be stopped on user request (e.g. auditd.servce), hence
offer options for both.
|
|
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=619922
|
|
|
|
|
|
|
|
|
|
|
|
|