kexec-tools/SOURCES/kdump-migrate-action.sh
2021-11-09 09:54:56 +00:00

9 lines
110 B
Bash
Executable File

#!/bin/sh
systemctl is-active kdump
if [ $? -ne 0 ]; then
exit 0
fi
/usr/lib/kdump/kdump-restart.sh