Log In
rpms
/
kexec-tools
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
c03ae34133e9bff7cda0aa13910d4043baa4a4b5
c03ae34133e9bff7cda0aa13910d4043baa4a4b5
SOURCES
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