17 lines
325 B
INI
17 lines
325 B
INI
[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
|