You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
338 B
16 lines
338 B
7 years ago
|
[Unit]
|
||
|
Description=System Upgrade (pre)
|
||
|
Documentation=man:upgrade-pre.service(8)
|
||
|
DefaultDependencies=no
|
||
|
After=upgrade.target plymouth-start.service
|
||
|
Before=upgrade.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=-/bin/upgrade-pre
|
||
|
StandardInput=null
|
||
|
StandardOutput=journal+console
|
||
|
StandardError=journal+console
|
||
|
KillMode=process
|
||
|
KillSignal=SIGHUP
|