forked from pool/systemd
Frederic Crozat
31a22a8189
+ 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
14 lines
355 B
Desktop File
14 lines
355 B
Desktop File
[Unit]
|
|
Description=Start bootsplash for shutdown/reboot
|
|
Before=shutdown.service halt.service
|
|
DefaultDependencies=no
|
|
ConditionFileIsExecutable=/sbin/splash
|
|
ConditionKernelCommandLine=splash=silent
|
|
ConditionKernelCommandLine=vga
|
|
|
|
[Service]
|
|
ExecStartPre=-/bin/kill -SIGRTMIN+20 1
|
|
ExecStart=/lib/systemd/systemd-bootsplash 0
|
|
Type=oneshot
|
|
RemainAfterExit=true
|