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
383 B
17 lines
383 B
7 years ago
|
[Unit]
|
||
|
Description=System Upgrade (post)
|
||
|
Documentation=man:upgrade-post.service(8)
|
||
|
DefaultDependencies=no
|
||
|
After=upgrade.target
|
||
|
After=upgrade.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=-/bin/upgrade-post
|
||
|
ExecStopPost=-/usr/bin/systemctl --no-block isolate reboot.target
|
||
|
StandardInput=null
|
||
|
StandardOutput=journal+console
|
||
|
StandardError=journal+console
|
||
|
KillMode=process
|
||
|
KillSignal=SIGHUP
|