38f3e28d77
Use the output of git diff --full-index --binary anaconda-22.20.13-1..anaconda-23.19.10-1 from anaconda's git repository and fix-up merge conflicts.
23 lines
575 B
Desktop File
23 lines
575 B
Desktop File
[Unit]
|
|
Description=Driver Update Disk UI on %I
|
|
DefaultDependencies=no
|
|
After=systemd-vconsole-setup.service
|
|
Wants=systemd-vconsole-setup.service
|
|
Before=shutdown.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
WorkingDirectory=/
|
|
ExecStartPre=-/bin/plymouth --hide-splash
|
|
ExecStartPre=-/bin/cp -n /proc/sys/kernel/printk /tmp/printk
|
|
ExecStartPre=-/bin/dmesg -n 1
|
|
ExecStart=/bin/driver-updates --interactive
|
|
ExecStopPost=-/bin/cp /tmp/printk /proc/sys/kernel/printk
|
|
StandardInput=tty-force
|
|
StandardOutput=inherit
|
|
StandardError=inherit
|
|
TTYPath=/dev/%I
|
|
TTYReset=yes
|
|
TimeoutSec=0
|