Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > e08f07b268b6ccbfb9e94d2d4c09ed39 > files > 2

pm-utils-1.4.1-10.1.mga6.src.rpm

#!/bin/sh

. "${PM_FUNCTIONS}"

case "$1" in
	hibernate|suspend)
		stopservice mysqld
		;;
	thaw|resume)
		restartservice mysqld
		;;
	*)
		;;
esac

exit $?