2014-04-07 12:38:09 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Driver Update Disk UI on %I
|
|
|
|
DefaultDependencies=no
|
|
|
|
Before=shutdown.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=no
|
|
|
|
WorkingDirectory=/tmp
|
|
|
|
Environment=LANG=en_US.UTF-8
|
2015-03-23 11:36:12 +00:00
|
|
|
ExecStartPre=-/bin/plymouth quit
|
2014-04-07 12:38:09 +00:00
|
|
|
ExecStart=/bin/driver-updates
|
|
|
|
StandardInput=tty-force
|
|
|
|
StandardOutput=inherit
|
|
|
|
StandardError=inherit
|
|
|
|
TTYPath=/dev/%I
|
|
|
|
TTYReset=yes
|
|
|
|
TimeoutSec=0
|