Age | Commit message (Collapse) | Author |
|
|
|
to our rescue sessions
|
|
Maybe debian and fedora still have the killall.service but usually it shouldn't be necessary anymore.
|
|
|
|
systemd-shutdown invocations
|
|
|
|
similar
|
|
|
|
|
|
Do not quit plymouth until the dependencies for getty@tty1.service are
ready, in order to minimize the time a black screen is displayed.
|
|
|
|
|
|
|
|
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=623802
|
|
|
|
processes/shut down
|
|
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".
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=623561
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=623430
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
seperate arguments
|
|
|
|
|
|
rescue/emergency modes
|
|
|
|
|
|
jobs due to the impact minimizer
|
|
bit more robust
|
|
units now default to /dev/null stdout otherwise
|
|
repeated lines
|
|
|
|
|
|
|
|
that they don't fight for tty access
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|