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.
17 lines
325 B
17 lines
325 B
7 years ago
|
[Unit]
|
||
|
Description=System Upgrade
|
||
|
Documentation=man:upgrade.service(8)
|
||
|
DefaultDependencies=no
|
||
|
After=upgrade.target
|
||
|
OnFailure=emergency.target
|
||
|
OnFailureIsolate=yes
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/upgrade
|
||
|
StandardInput=null
|
||
|
StandardOutput=journal+console
|
||
|
StandardError=journal+console
|
||
|
KillMode=process
|
||
|
KillSignal=SIGHUP
|