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