Log In
rpms
/
kexec-tools
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
fa2f8fc244ebaf30c90c5d859ee6a7800cf138b1
fa2f8fc244ebaf30c90c5d859ee6a7800cf138b1
kdump-migrate-action.sh
Fork and Edit
Blob
Blame
History
Raw
#!/bin/sh systemctl is-active kdump if [ $? -ne 0 ]; then exit 0 fi /usr/lib/kdump/kdump-restart.sh