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

9 lines
110 B
Bash
Raw Permalink Normal View History

2022-05-17 10:27:19 +00:00
#!/bin/sh
systemctl is-active kdump
if [ $? -ne 0 ]; then
exit 0
fi
/usr/lib/kdump/kdump-restart.sh