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