kexec-tools/SOURCES/kdump-migrate-action.sh

9 lines
110 B
Bash
Raw Normal View History

2021-11-09 09:53:52 +00:00
#!/bin/sh
systemctl is-active kdump
if [ $? -ne 0 ]; then
exit 0
fi
/usr/lib/kdump/kdump-restart.sh