| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| [Unit] |
| Description=Kdump Error Handler |
| DefaultDependencies=no |
| After=systemd-vconsole-setup.service |
| Wants=systemd-vconsole-setup.service |
| AllowIsolate=yes |
|
|
| [Service] |
| Environment=HOME=/ |
| Environment=DRACUT_SYSTEMD=1 |
| Environment=NEWROOT=/sysroot |
| WorkingDirectory=/ |
| ExecStart=/bin/kdump-error-handler.sh |
| ExecStopPost=-/usr/bin/systemctl --fail --no-block default |
| Type=oneshot |
| StandardInput=tty-force |
| StandardOutput=inherit |
| StandardError=inherit |
| KillMode=process |
| IgnoreSIGPIPE=no |
| |
| |
| |
| KillSignal=SIGHUP |