forked from pool/systemd
Frederic Crozat
2176c3ed9b
+ reason why a service failed is now exposed in the"Result" D-Bus property. + Rudimentary service watchdog support (not complete) + Improve bootcharts, by immediatly changing argv[0] after forking to to reflect which process will be executed. + Various bug fixes. - Add remote-fs-after-network.patch and update insserv patch: ensure remote-fs-pre.target is enabled and started before network mount points (bnc#744293). - Ensure journald doesn't prevent syslogs to read from /proc/kmsg. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=240
16 lines
424 B
Desktop File
16 lines
424 B
Desktop File
[Unit]
|
|
Description=Terminate bootsplash
|
|
After=xdm.service rc-local.service bootsplash-startup.service
|
|
Before=getty@tty1.service
|
|
DefaultDependencies=no
|
|
Names=plymouth-quit-wait.service
|
|
ConditionFileIsExecutable=/sbin/splash
|
|
ConditionKernelCommandLine=splash=silent
|
|
ConditionKernelCommandLine=vga
|
|
|
|
[Service]
|
|
ExecStart=/lib/systemd/systemd-bootsplash 5
|
|
ExecStartPost=-/bin/kill -SIGRTMIN+21 1
|
|
Type=oneshot
|
|
RemainAfterExit=true
|